From 5a16feca7d3b3d3be4f7434191f2cd4bd551468e Mon Sep 17 00:00:00 2001 From: LukeGus Date: Tue, 4 Nov 2025 21:29:41 -0600 Subject: [PATCH] fix: Linux build failure --- electron-builder.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index c1a74ba7..13ce61df 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -61,12 +61,10 @@ }, { "target": "tar.gz", - "arch": ["x64", "arm64", "armv7l"] + "arch": ["x64", "arm64", "armv7l"], + "artifactName": "termix_linux_${arch}_portable.${ext}" } ], - "portable": { - "artifactName": "termix_linux_${arch}_portable.${ext}" - }, "icon": "public/icon.png", "category": "Development", "executableName": "termix",