Skip to content

Commit

Permalink
Make Windows installer nicer, add portable release
Browse files Browse the repository at this point in the history
  • Loading branch information
rsimmons committed Aug 26, 2018
1 parent a7b0574 commit d045dba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@
"mac": {
"target": "zip"
},
"win": {
"target": ["portable", "nsis"]
},
"nsis": {
"artifactName": "${productName}-${version}-windows.${ext}"
"artifactName": "${productName}-${version}-windows-installer.${ext}",
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": false
}
}

0 comments on commit d045dba

Please sign in to comment.