Add AppImage build target.

This commit is contained in:
Keith Maika 2022-04-15 19:13:07 -04:00 committed by JC Brand
parent ff8eaa91ea
commit c016bab4b3
1 changed files with 2 additions and 1 deletions

View File

@ -62,7 +62,8 @@
"icon": "resources/images/logo.png", "icon": "resources/images/logo.png",
"target": [ "target": [
"deb", "deb",
"tar.gz" "tar.gz",
"appImage"
] ]
}, },
"win": { "win": {