fix: remove AppImage bundling to fix linux-amd64 build

- Remove appimage from bundle targets in tauri.conf.json
- Remove linuxdeploy from Dockerfile
- Update Dockerfile to remove fuse dependency (not needed)
This commit is contained in:
Shaun Arman 2026-04-13 13:41:21 -05:00
parent 41e5753de6
commit 7202210546
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,6 @@ RUN apt-get update -qq \
perl \
jq \
git \
fuse \
&& curl -fsSL https://deb.nodesource.com/setup_22.x | bash - \
&& apt-get install -y --no-install-recommends nodejs \
&& rm -rf /var/lib/apt/lists/*

View File

@ -26,7 +26,7 @@
},
"bundle": {
"active": true,
"targets": "all",
"targets": ["deb", "rpm"],
"icon": [
"icons/32x32.png",
"icons/128x128.png",