From c016bab4b3a99c53df6cf873913527315cf11527 Mon Sep 17 00:00:00 2001 From: Keith Maika Date: Fri, 15 Apr 2022 19:13:07 -0400 Subject: [PATCH] Add AppImage build target. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5689549..3961e15 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,8 @@ "icon": "resources/images/logo.png", "target": [ "deb", - "tar.gz" + "tar.gz", + "appImage" ] }, "win": {