Update build-linux.mjs

This commit is contained in:
Jai A P
2023-06-25 08:55:10 +05:30
committed by GitHub
parent 86948d1eeb
commit a07e7ddf16
+1 -1
View File
@@ -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: {