From 27bae0034c94f845e5c690d217d01f76bda3580d Mon Sep 17 00:00:00 2001 From: LukeGus Date: Tue, 4 Nov 2025 21:36:14 -0600 Subject: [PATCH] fix: Linux build failure --- electron-builder.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index 13ce61df..babc90f5 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -61,8 +61,7 @@ }, { "target": "tar.gz", - "arch": ["x64", "arm64", "armv7l"], - "artifactName": "termix_linux_${arch}_portable.${ext}" + "arch": ["x64", "arm64", "armv7l"] } ], "icon": "public/icon.png", @@ -84,6 +83,9 @@ "deb": { "artifactName": "termix_linux_${arch}_deb.${ext}" }, + "tar": { + "artifactName": "termix_linux_${arch}_portable.${ext}" + }, "mac": { "target": [ {