Files
openworker/surfaces/gui/src-tauri/tauri.conf.json
T

59 lines
1.4 KiB
JSON

{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenWorker",
"version": "0.2.1",
"identifier": "com.openworker.desktop",
"build": {
"frontendDist": "../dist",
"devUrl": "http://localhost:1420",
"beforeDevCommand": "npm run dev",
"beforeBuildCommand": "npm run build"
},
"app": {
"withGlobalTauri": true,
"windows": [],
"security": {
"csp": null
}
},
"bundle": {
"active": true,
"targets": "all",
"publisher": "OpenWorker",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"resources": {
"binaries/sidecar": "sidecar"
},
"macOS": {
"entitlements": "entitlements.plist",
"minimumSystemVersion": "12.0"
},
"windows": {
"webviewInstallMode": {
"type": "downloadBootstrapper"
},
"nsis": {
"installMode": "currentUser"
}
}
},
"plugins": {
"updater": {
"endpoints": [
"https://download.openworker.com/latest.json",
"https://github.com/andrewyng/openworker/releases/latest/download/latest.json"
],
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDVCNzEzRjY5OTkzNUNBNjkKUldScHlqV1phVDl4VzBvTnFLLytzaDkzNVd3WWNuUm8yNE95WTBFNnBtcGF1RENxeTRuNVhQeloK",
"windows": {
"installMode": "passive"
}
}
}
}