Skip to content

Commit

Permalink
Update electron-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsuru authored Nov 15, 2024
1 parent b6a8557 commit b6bead7
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,18 @@ dmg:

linux:
target:
- AppImage
- snap
- deb
- rpm
- pacman
- tar.gz
- zip
- target: AppImage
arch: [x64, arm64, armv7l]
- target: snap
arch: [x64, arm64, armv7l]
- target: deb
arch: [x64, arm64, armv7l]
- target: rpm
arch: [x64, arm64, armv7l]
- target: tar.gz
arch: [x64, arm64, armv7l]
- target: zip
arch: [x64, arm64, armv7l]
maintainer: wpdl.us
category: Utility

Expand Down

0 comments on commit b6bead7

Please sign in to comment.