Refine ProxyWarden routing and config flows

This commit is contained in:
2026-07-10 21:15:17 +03:00
parent 9fd0a8c0b9
commit dbba3806cc
31 changed files with 1823 additions and 191 deletions
+12 -2
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ProxyWarden",
"version": "1.0.2",
"version": "1.0.3",
"identifier": "ru.dokops.proxywarden.windows",
"build": {
"beforeDevCommand": "npm run dev",
@@ -27,7 +27,17 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": "nsis",
"resources": [
"bundled/proxifyre",
"bundled/cleanup"
],
"windows": {
"nsis": {
"installMode": "perMachine",
"installerHooks": "bundled/installer-hooks/proxywarden-hooks.nsh"
}
},
"icon": [
"icons/32x32.png",
"icons/128x128.png",