Fix AppImage build by installing libfuse2
This commit is contained in:
parent
26df339555
commit
e5d844d77d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -86,6 +86,10 @@ jobs:
|
|||
# Download appimagetool
|
||||
curl -LO https://github.com/AppImage/AppImageKit/releases/download/continuous/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
|
||||
|
||||
- name: Prepare Release Asset (Windows)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue