From 94075ceb94ae687fb0e0d7dd7db886b2b776ef09 Mon Sep 17 00:00:00 2001 From: Michael Ferjancic Date: Sat, 21 May 2022 10:44:46 +0200 Subject: [PATCH] AppImage target for linux until we support snap --- launcher/vue.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/launcher/vue.config.js b/launcher/vue.config.js index d742755c2..89b4261b3 100644 --- a/launcher/vue.config.js +++ b/launcher/vue.config.js @@ -9,6 +9,9 @@ module.exports = { nodeGypRebuild: false, npmRebuild: false, //npmArgs: "--no-optional", + linux: { + target: "AppImage" + } } } },