From 3ece60c9c0566582e3a5b4d29ef6f20a5f0e243d Mon Sep 17 00:00:00 2001 From: LukeGus Date: Tue, 4 Nov 2025 21:38:38 -0600 Subject: [PATCH] fix: Linux build failure --- electron-builder.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index babc90f5..bb79ba1a 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -2,6 +2,9 @@ "appId": "com.karmaa.termix", "productName": "Termix", "publish": null, + "portable": { + "artifactName": "termix_${os}_${arch}_portable.${ext}" + }, "directories": { "output": "release" }, @@ -83,9 +86,7 @@ "deb": { "artifactName": "termix_linux_${arch}_deb.${ext}" }, - "tar": { - "artifactName": "termix_linux_${arch}_portable.${ext}" - }, + "mac": { "target": [ {