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:
parent
41e5753de6
commit
7202210546
@ -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/*
|
||||
|
||||
@ -26,7 +26,7 @@
|
||||
},
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"targets": "all",
|
||||
"targets": ["deb", "rpm"],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
"icons/128x128.png",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user