Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,17 @@ win:
target:
- nsis
- portable
artifactName: ${productName}-${version}-${arch}.${ext}

# The nsis installer and the portable build are both .exe — without distinct
# artifact names they collide on the same file and break release publishing.
nsis:
oneClick: false
perMachine: false
allowToChangeInstallationDirectory: true
artifactName: ${productName}-${version}-setup-${arch}.${ext}

portable:
artifactName: ${productName}-${version}-portable-${arch}.${ext}

mac:
target:
Expand Down
Loading