mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
package: also build AppImage
This commit is contained in:
parent
62bec85deb
commit
f884d84709
1 changed files with 4 additions and 1 deletions
|
|
@ -81,7 +81,10 @@
|
||||||
"appId": "hyperterm",
|
"appId": "hyperterm",
|
||||||
"app-category-type": "public.app-category.developer-tools",
|
"app-category-type": "public.app-category.developer-tools",
|
||||||
"asar": false,
|
"asar": false,
|
||||||
"extend-info": "build/Info.plist"
|
"extend-info": "build/Info.plist",
|
||||||
|
"linux": {
|
||||||
|
"target": ["deb", "AppImage"]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack --watch",
|
"dev": "webpack --watch",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue