Skip to content

Commit fd86dd7

Browse files
committed
Add build packages suppport for linux: AppImage and deb packages
THis helps #3
1 parent 53878ca commit fd86dd7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
535 KB
Loading

electron-builder.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@ win:
2020
icon: ./build-helpers/images/icon.ico
2121
target: nsis
2222

23+
linux:
24+
icon: ./build-helpers/images/icons
25+
category: Network;InstantMessaging;
26+
executableName: franz
27+
target:
28+
- target: AppImage
29+
- target: deb
30+
2331
nsis:
2432
perMachine: true
2533
oneClick: true

0 commit comments

Comments
 (0)