@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "ProxyWarden",
|
||||
"version": "1.1.0",
|
||||
"version": "2.0.0",
|
||||
"identifier": "ru.dokops.proxywarden.windows",
|
||||
"build": {
|
||||
"beforeDevCommand": "npm run dev",
|
||||
@@ -29,13 +29,17 @@
|
||||
"active": true,
|
||||
"targets": "nsis",
|
||||
"resources": [
|
||||
"bundled/proxifyre",
|
||||
"bundled/cleanup"
|
||||
"bundled/components"
|
||||
],
|
||||
"windows": {
|
||||
"webviewInstallMode": {
|
||||
"type": "offlineInstaller",
|
||||
"silent": true
|
||||
},
|
||||
"nsis": {
|
||||
"installMode": "perMachine",
|
||||
"installerHooks": "bundled/installer-hooks/proxywarden-hooks.nsh"
|
||||
"installerHooks": "bundled/installer-hooks/proxywarden-hooks.nsh",
|
||||
"template": "bundled/installer-hooks/installer-template.nsi"
|
||||
}
|
||||
},
|
||||
"icon": [
|
||||
|
||||
Reference in New Issue
Block a user