package: also build AppImage

This commit is contained in:
Guillermo Rauch 2016-07-25 16:41:24 -07:00
parent 62bec85deb
commit f884d84709

View file

@ -81,7 +81,10 @@
"appId": "hyperterm",
"app-category-type": "public.app-category.developer-tools",
"asar": false,
"extend-info": "build/Info.plist"
"extend-info": "build/Info.plist",
"linux": {
"target": ["deb", "AppImage"]
}
},
"scripts": {
"dev": "webpack --watch",