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:
ViPuL
2019-05-12 02:46:19 +05:30
committed by Akash Nimare
parent eaecc92055
commit 0dd86f0814

View File

@@ -109,7 +109,9 @@
"publisherName": "Kandra Labs, Inc." "publisherName": "Kandra Labs, Inc."
}, },
"nsis": { "nsis": {
"allowToChangeInstallationDirectory": true "allowToChangeInstallationDirectory": true,
"oneClick": false,
"perMachine": false
} }
}, },
"keywords": [ "keywords": [