Skip to content

Commit

Permalink
Add Windows back to electron-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
smolck committed Oct 28, 2020
1 parent d4ed8c9 commit b3782af
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ linux:
target:
- 'appimage'
- 'zip'
# win:
# target:
# - 'portable'
# - 'zip'
win:
target:
- 'portable'
- 'zip'
asar: false

0 comments on commit b3782af

Please sign in to comment.