From 0d424b390ceeb31ceb96806eb2b852f349fe6952 Mon Sep 17 00:00:00 2001 From: I4cDeath Date: Wed, 15 Apr 2026 22:26:20 +0800 Subject: [PATCH] fix(ci): default dist builds only AppImage and deb Release workflow runs `pnpm run dist`; rpm/flatpak need extra host tooling. Keep `dist:rpm` / `dist:flatpak` for explicit local builds. Made-with: Cursor --- electron/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron/package.json b/electron/package.json index 8042260..182ae3a 100644 --- a/electron/package.json +++ b/electron/package.json @@ -73,7 +73,7 @@ } ], "linux": { - "target": ["AppImage", "deb", "rpm", "flatpak"], + "target": ["AppImage", "deb"], "category": "Game", "icon": "../assets", "desktop": {