## Problem AppImage builds on Debian trixie failed because the FUSE library was renamed from `libfuse2` to `libfuse2t64`. ## Fix Added detection logic to use `libfuse2t64` on Debian trixie and newer, falling back to `libfuse2` on older systems. ## Commit https://github.com/BenJule/BambuStudio/commit/45466688b
Problem
AppImage builds on Debian trixie failed because the FUSE library was renamed from
libfuse2tolibfuse2t64.Fix
Added detection logic to use
libfuse2t64on Debian trixie and newer, falling back tolibfuse2on older systems.Commit
45466688b