Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Commit

Permalink
fix(desktop): missing zip targets for windows and linux
Browse files Browse the repository at this point in the history
Adding to target lists.
  • Loading branch information
markmcdowell committed Dec 11, 2020
1 parent 49b40b1 commit 91bc049
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/desktop/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ linux:
- target: AppImage
- target: snap
- target: deb
- target: zip
deb:
afterInstall: build/after-install.tpl
afterRemove: build/after-remove.tpl
Expand Down Expand Up @@ -60,5 +61,6 @@ dmg:
win:
target:
- target: nsis
- target: zip
nsis:
deleteAppDataOnUninstall: true

0 comments on commit 91bc049

Please sign in to comment.