From a07e7ddf16ab7b6e782cd42f8e899f5b2fbd5864 Mon Sep 17 00:00:00 2001 From: Jai A P Date: Sun, 25 Jun 2023 08:55:10 +0530 Subject: [PATCH] Update build-linux.mjs --- scripts/build-linux.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-linux.mjs b/scripts/build-linux.mjs index 6d3035753..ed7b18222 100755 --- a/scripts/build-linux.mjs +++ b/scripts/build-linux.mjs @@ -9,7 +9,7 @@ process.env.ARCH = (process.env.ARCH || process.arch) === 'arm' ? 'armv7l' : pro builder({ dir: true, - linux: ['deb', 'tar.gz', 'rpm', 'pacman'], + linux: ['deb', 'tar.gz', 'rpm', 'pacman', 'appimage'], armv7l: process.env.ARCH === 'armv7l', arm64: process.env.ARCH === 'arm64', config: {