Skip to content

Commit 6da521d

Browse files
os-zhuangCopilot
andcommitted
ci(one): drop AppImage from bundle targets to unblock release
linuxdeploy fails opaquely on ubuntu-22.04 runners ('failed to run linuxdeploy' with no captured stderr) even with libfuse2 installed. The .deb already covers Linux distribution; AppImage can be re-added later once the linuxdeploy invocation is debugged. The updater manifest script already handles missing Linux artifacts gracefully (addIfFound skips when no bundle is found). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 36c9253 commit 6da521d

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/one.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,7 @@ jobs:
5353
sudo apt-get update
5454
sudo apt-get install -y \
5555
libwebkit2gtk-4.1-dev libssl-dev libayatana-appindicator3-dev \
56-
librsvg2-dev patchelf libgtk-3-dev libsoup-3.0-dev \
57-
libfuse2 fuse desktop-file-utils
56+
librsvg2-dev patchelf libgtk-3-dev libsoup-3.0-dev
5857
5958
- uses: pnpm/action-setup@v4
6059
with:

apps/objectos-one/src-tauri/tauri.conf.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@
3535
"app",
3636
"msi",
3737
"nsis",
38-
"deb",
39-
"appimage"
38+
"deb"
4039
],
4140
"icon": [
4241
"icons/32x32.png",

0 commit comments

Comments
 (0)