Skip to content

Commit

Permalink
ci: Bump linuxdeploy
Browse files Browse the repository at this point in the history
This fixes the broken AppImage creation where linuxdeploy would fail to
set the rpath for the aegisub binary.

Fixes arch1t3cht#164.
  • Loading branch information
arch1t3cht committed Nov 12, 2024
1 parent 2969ba4 commit 88ecf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
cd appimage
sudo apt-get install libfuse2
curl -L "https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20220822-1/linuxdeploy-x86_64.AppImage" -o linuxdeploy
curl -L "https://github.com/linuxdeploy/linuxdeploy/releases/download/2.0.0-alpha-1-20241106/linuxdeploy-x86_64.AppImage" -o linuxdeploy
curl -L "https://github.com/AppImage/AppImageKit/releases/download/13/appimagetool-x86_64.AppImage" -o appimagetool
chmod +x linuxdeploy appimagetool
Expand Down

0 comments on commit 88ecf8e

Please sign in to comment.