diff --git a/.docker/Dockerfile.linux-amd64 b/.docker/Dockerfile.linux-amd64 index f8320003..1dbb3cc5 100644 --- a/.docker/Dockerfile.linux-amd64 +++ b/.docker/Dockerfile.linux-amd64 @@ -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/* diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0141b39b..5ed455b5 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -26,7 +26,7 @@ }, "bundle": { "active": true, - "targets": "all", + "targets": ["deb", "rpm"], "icon": [ "icons/32x32.png", "icons/128x128.png",