Make Windows app installations per-user once again (#4136)

* Make Windows app installations per-user once again

* Add ShellExecuteWait credit

* Properly remove old shortcuts

* With *an* admin prompt

* Explicitly set installMode to currentUser
This commit is contained in:
Josiah Glosson
2025-08-09 07:50:37 -07:00
committed by GitHub
parent ab79e84398
commit 8af65f58d9
3 changed files with 70 additions and 44 deletions

View File

@@ -15,7 +15,7 @@
"icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.icns", "icons/icon.ico"],
"windows": {
"nsis": {
"installMode": "perMachine",
"installMode": "currentUser",
"installerHooks": "./nsis/hooks.nsi"
}
},