Skip to content

Commit

Permalink
Allows folder selection for windows installer
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohamedin committed Apr 29, 2020
1 parent 94ef031 commit c130070
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion electron-builder-win.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
]
},
"nsis": {
"perMachine": true
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
},
"portable": {
"artifactName": "${productName}-${version}-portable.${ext}"
Expand Down
4 changes: 3 additions & 1 deletion electron-builder-win32.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@
]
},
"nsis": {
"perMachine": true
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true
},
"portable": {
"artifactName": "${productName}-ia32-${version}-portable.${ext}"
Expand Down

0 comments on commit c130070

Please sign in to comment.