You've already forked AstralRinth
forked from didirus/AstralRinth
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:
@@ -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"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user