From 3afc19557786961c50b01ada560fe4bcac1a20f6 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 5 Nov 2019 18:29:43 +0800 Subject: [PATCH] add snap and appimage linux targets --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9d74d99..ee8ee5c 100644 --- a/package.json +++ b/package.json @@ -120,7 +120,7 @@ "node_modules/ffprobe-static/bin/linux/x64/**" ], "icon": "icon-build/app-512.png", - "target": "tar.bz2" + "target": ["tar.bz2", "snap", "AppImage"] } } }