From 8d8d5da34c2ba9bc1941fb2c809f1379c877c50a Mon Sep 17 00:00:00 2001 From: LukeGus Date: Tue, 4 Nov 2025 22:15:30 -0600 Subject: [PATCH] fix: Linux build failure --- electron-builder.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/electron-builder.json b/electron-builder.json index bb79ba1a..f0d7ff75 100644 --- a/electron-builder.json +++ b/electron-builder.json @@ -2,9 +2,6 @@ "appId": "com.karmaa.termix", "productName": "Termix", "publish": null, - "portable": { - "artifactName": "termix_${os}_${arch}_portable.${ext}" - }, "directories": { "output": "release" }, @@ -53,6 +50,8 @@ "artifactName": "termix_windows_${arch}_msi.${ext}" }, "linux": { + "artifactName": "termix_linux_${arch}_portable.${ext}", + "executableArgs": ["--no-sandbox"], "target": [ { "target": "AppImage",