Fix AppImage build by installing libfuse2

This commit is contained in:
rambros 2026-02-22 23:04:02 +05:30
parent 26df339555
commit e5d844d77d

View file

@ -86,6 +86,10 @@ jobs:
# Download appimagetool # Download appimagetool
curl -LO https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage curl -LO https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
chmod +x appimagetool-x86_64.AppImage chmod +x appimagetool-x86_64.AppImage
# Install libfuse2 required for appimagetool to run on newer Ubuntu
sudo apt-get update && sudo apt-get install -y libfuse2
./appimagetool-x86_64.AppImage AppDir fluxer-reaper-x86_64.AppImage ./appimagetool-x86_64.AppImage AppDir fluxer-reaper-x86_64.AppImage
- name: Prepare Release Asset (Windows) - name: Prepare Release Asset (Windows)