Skip to content

Commit

Permalink
Merge pull request #864 from svelle/master
Browse files Browse the repository at this point in the history
Add flag for AppImage packaging
  • Loading branch information
yuya-oc authored Oct 22, 2018
2 parents 2c9a816 + a46e99f commit 2040f31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
"category": "Network;InstantMessaging",
"target": [
"deb",
"tar.gz"
"tar.gz",
"appimage"
],
"extraFiles": [
{
Expand Down

0 comments on commit 2040f31

Please sign in to comment.