Skip to content

Commit

Permalink
Add electron builder config
Browse files Browse the repository at this point in the history
  • Loading branch information
Happy0 committed May 29, 2021
1 parent bb4acf6 commit a5f4154
Show file tree
Hide file tree
Showing 3 changed files with 1,815 additions and 51 deletions.
39 changes: 39 additions & 0 deletions electron-builder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
directories:
output: dist
buildResources: build
appId: org.happy0.ssbchess

linux:
category: Network
target:
- target: AppImage
arch:
- x64
# - arm64
# - armv7l
- target: snap
arch:
- x64
# - arm64
# - armv7l
- target: deb
arch:
- x64
# - arm64
# - armv7l
deb:
packageCategory: net
priority: optional
maintainer: Gordon Martin <gordonhughmartin@gmail.com>

dmg:
icon: build/dmg/icon.icns

win:
publisherName: Gordon Martin
target:
- target: nsis
arch:
- x64
- ia32
# - arm64

0 comments on commit a5f4154

Please sign in to comment.