Skip to content

Commit b3782af

Browse files
committed
Add Windows back to electron-builder
1 parent d4ed8c9 commit b3782af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

electron-builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ linux:
1414
target:
1515
- 'appimage'
1616
- 'zip'
17-
# win:
18-
# target:
19-
# - 'portable'
20-
# - 'zip'
17+
win:
18+
target:
19+
- 'portable'
20+
- 'zip'
2121
asar: false

0 commit comments

Comments
 (0)