mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +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."
|
||||
},
|
||||
"nsis": {
|
||||
"allowToChangeInstallationDirectory": true
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"oneClick": false,
|
||||
"perMachine": false
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user