fix: NSIS installMode perMachine — install to Program Files
All checks were successful
Build & Sign Wraith / Build Windows + Sign (push) Successful in 1m39s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Vantz Stockwell 2026-03-17 17:43:01 -04:00
parent c286e19190
commit 08ebf35c66

View File

@ -37,7 +37,8 @@
"windows": {
"nsis": {
"displayLanguageSelector": false,
"installerIcon": "icons/icon.ico"
"installerIcon": "icons/icon.ico",
"installMode": "perMachine"
}
}
},