Allow window users to select their installation path.

This commit is contained in:
Mikunj 2019-03-27 15:54:07 +11:00
parent 4b281b494c
commit 4919ffa2e5
2 changed files with 6 additions and 1 deletions

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "loki-wallet-atom",
"version": "1.1.0",
"version": "1.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View file

@ -197,6 +197,11 @@ module.exports = function (ctx) {
background: "src-electron/build/ryo-dmg.tiff"
},
nsis: {
oneClick: false,
allowToChangeInstallationDirectory: true
},
extraResources: [
"bin"
]