-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtauri.conf.json
More file actions
77 lines (77 loc) · 1.85 KB
/
Copy pathtauri.conf.json
File metadata and controls
77 lines (77 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ObjectOS",
"version": "9.7.0",
"identifier": "ai.objectstack.objectos",
"build": {
"frontendDist": "../src",
"devUrl": null,
"beforeDevCommand": null,
"beforeBuildCommand": null
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"createUpdaterArtifacts": true,
"targets": [
"dmg",
"app",
"msi",
"nsis",
"deb",
"appimage"
],
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": [
"runtime"
],
"category": "DeveloperTool",
"shortDescription": "ObjectOS local runtime",
"longDescription": "Run an ObjectStack environment locally. Bundles a Node runtime, the @objectos/server process and a compiled artifact.",
"macOS": {
"minimumSystemVersion": "11.0",
"entitlements": null,
"signingIdentity": null,
"providerShortName": null
},
"windows": {
"certificateThumbprint": null,
"digestAlgorithm": "sha256",
"timestampUrl": "http://timestamp.digicert.com",
"nsis": {
"installerIcon": "icons/icon.ico",
"installMode": "perMachine"
}
},
"linux": {
"deb": {
"depends": [
"libwebkit2gtk-4.1-0",
"libgtk-3-0"
]
}
}
},
"plugins": {
"updater": {
"active": true,
"endpoints": [
"https://github.com/objectstack-ai/objectos/releases/latest/download/latest.json"
],
"dialog": false,
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDE1NzgxRUMwMkQxQTZGQjYKUldTMmJ4b3R3QjU0RloyK21lYW4xUDVuU1dTM2tEWXpZU2RGellsZ28rMUtLWVh6eFdmbFp3M20K"
}
}
}