FCLauncher/FCLauncher.old/src-tauri/tauri.conf.json

43 lines
956 B
JSON
Raw Permalink Normal View History

2024-06-22 17:17:07 -06:00
{
"build": {
2024-10-23 22:24:50 -06:00
"frontendDist": "../src"
2024-06-22 17:17:07 -06:00
},
2024-10-23 22:24:50 -06:00
"bundle": {
"active": true,
"targets": "all",
"icon": [
"icons/32x32.png",
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.icns",
"icons/icon.ico"
],
"createUpdaterArtifacts": "v1Compatible"
2024-06-22 17:17:07 -06:00
},
2024-10-23 22:24:50 -06:00
"productName": "FCLauncher",
"mainBinaryName": "FCLauncher",
"version": "1.0.5",
"identifier": "net.piwalker",
"plugins": {
"updater": {
2024-10-23 22:24:50 -06:00
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDNDOEUwMjYxRUU2NEI5RgpSV1NmUytZZUp1RElBN3dEaGhpWG9JZVNQcFlnNFFzaXN0UnBsVmxNeVdWWnJoQmh4cGJRbjN3Ygo=",
"endpoints": [
"https://gitea.piwalker.net/fclauncher/app.json"
2024-10-23 22:24:50 -06:00
]
}
},
"app": {
"security": {
"csp": null
2024-06-22 17:17:07 -06:00
},
2024-10-23 22:24:50 -06:00
"withGlobalTauri": true,
2024-06-22 17:17:07 -06:00
"windows": [
{
2024-06-23 20:46:15 -06:00
"title": "FCLauncher",
2024-06-24 08:15:12 -06:00
"width": 800,
"height": 600,
"resizable": false
2024-06-22 17:17:07 -06:00
}
2024-10-23 22:24:50 -06:00
]
2024-06-22 17:17:07 -06:00
}
2024-10-23 22:24:50 -06:00
}