mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-04 22:13:13 +00:00
nsis: Allow installing app without admin previliges.
Allow the nsis installer to install the app to AppData for a single user so that administrator previliges are not required while installing. Fixes #720.
This commit is contained in:
@@ -109,7 +109,9 @@
|
|||||||
"publisherName": "Kandra Labs, Inc."
|
"publisherName": "Kandra Labs, Inc."
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"allowToChangeInstallationDirectory": true
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"oneClick": false,
|
||||||
|
"perMachine": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Reference in New Issue
Block a user