Files
Firelink/src-tauri/tauri.windows.conf.json
T
NimBold a0f44b79ad feat(portable): add secure Windows portable release (#15)
Implement marker-based portable storage, portable WebView and log paths, secure queue and migration sanitization, and Windows portable ZIP validation while preserving the NSIS installer path.

Refs #15
2026-07-12 23:08:56 +03:30

29 lines
512 B
JSON

{
"app": {
"windows": [
{
"create": false,
"title": "Firelink",
"width": 1280,
"height": 760,
"minWidth": 960,
"minHeight": 640,
"transparent": true,
"windowEffects": {
"effects": ["mica"],
"state": "active"
}
}
]
},
"bundle": {
"targets": ["nsis"],
"windows": {
"nsis": {
"installerIcon": "icons/icon.ico",
"uninstallerIcon": "icons/icon.ico"
}
}
}
}