Windows installer now lets the user choose where the app should be installed and for which users the app should be installed

This commit is contained in:
Kylart 2018-06-04 00:31:09 +02:00
parent 7cec28b2fc
commit 30190b7271
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@
}, },
"linux": { "linux": {
"category": "Network" "category": "Network"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
} }
}, },
"standard": { "standard": {