61 lines
1.2 KiB
JSON
61 lines
1.2 KiB
JSON
{
|
|
"build": {
|
|
"devPath": "../src",
|
|
"distDir": "../src",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "FCLauncher",
|
|
"version": "1.0.5"
|
|
},
|
|
"tauri": {
|
|
"updater": {
|
|
"active": true,
|
|
"endpoints": [
|
|
"https://gitea.piwalker.net/fclauncher/app.json"
|
|
],
|
|
"dialog": true,
|
|
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNDOEUwMjYxRUU2NEI5RgpSV1NmUytZZUp1RElBN3dEaGhpWG9JZVNQcFlnNFFzaXN0UnBsVmxNeVdWWnJoQmh4cGJRbjN3Ygo="
|
|
},
|
|
"allowlist": {
|
|
"all": false,
|
|
"shell": {
|
|
"all": false,
|
|
"open": true
|
|
},
|
|
"dialog": {
|
|
"all": false,
|
|
"ask": true,
|
|
"open": true,
|
|
"message": true
|
|
},
|
|
"process": {
|
|
"all": true
|
|
}
|
|
},
|
|
"windows": [
|
|
{
|
|
"title": "FCLauncher",
|
|
"width": 800,
|
|
"height": 600,
|
|
"resizable": false
|
|
}
|
|
],
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": "all",
|
|
"identifier": "net.piwalker",
|
|
"icon": [
|
|
"icons/32x32.png",
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/icon.icns",
|
|
"icons/icon.ico"
|
|
]
|
|
}
|
|
}
|
|
}
|