mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Not sure if this will fix #3999 but the ~~colors for the existing icon are wrong, so we need to fix them anyway.~~ Removes unused Tauri app icons. Refs #3999
75 lines
1.5 KiB
JSON
75 lines
1.5 KiB
JSON
{
|
|
"build": {
|
|
"beforeDevCommand": "",
|
|
"beforeBuildCommand": "",
|
|
"devPath": "../src",
|
|
"distDir": "../src",
|
|
"withGlobalTauri": true
|
|
},
|
|
"package": {
|
|
"productName": "Firezone"
|
|
},
|
|
"tauri": {
|
|
"allowlist": {
|
|
"all": false,
|
|
"shell": {
|
|
"all": false,
|
|
"open": false
|
|
}
|
|
},
|
|
"bundle": {
|
|
"active": true,
|
|
"targets": ["deb", "msi"],
|
|
"identifier": "dev.firezone.client",
|
|
"icon": [
|
|
"icons/128x128.png",
|
|
"icons/128x128@2x.png",
|
|
"icons/32x32.png",
|
|
"icons/icon.ico",
|
|
"icons/icon.png"
|
|
],
|
|
"publisher": "Firezone",
|
|
"shortDescription": "Firezone"
|
|
},
|
|
"security": {
|
|
"csp": null
|
|
},
|
|
"systemTray": {
|
|
"iconPath": "icons/icon.ico",
|
|
"iconAsTemplate": true
|
|
},
|
|
"windows": [
|
|
{
|
|
"label": "about",
|
|
"title": "About Firezone",
|
|
"url": "about.html",
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"width": 640,
|
|
"height": 480,
|
|
"visible": false
|
|
},
|
|
{
|
|
"label": "settings",
|
|
"title": "Settings",
|
|
"url": "settings.html",
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"width": 640,
|
|
"height": 480,
|
|
"visible": false
|
|
},
|
|
{
|
|
"label": "welcome",
|
|
"title": "Welcome",
|
|
"url": "welcome.html",
|
|
"fullscreen": false,
|
|
"resizable": true,
|
|
"width": 640,
|
|
"height": 480,
|
|
"visible": false
|
|
}
|
|
]
|
|
}
|
|
}
|