From 94011f27729212489d3cba5240676b59403ec12e Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Sun, 29 Mar 2026 01:03:51 +1100 Subject: [PATCH] fix(release): align linux asset naming --- electron-builder.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron-builder.json5 b/electron-builder.json5 index 25c33118..fafbd18a 100644 --- a/electron-builder.json5 +++ b/electron-builder.json5 @@ -71,7 +71,7 @@ "AppImage" ], "icon": "icons/icons/png", - "artifactName": "${productName}-linux-${arch}.${ext}", + "artifactName": "${productName}-linux-x64.${ext}", "category": "AudioVideo" }, "win": {