From 88ecf8ee1cfbab6514f9c7dcdfeaa0701cae9586 Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Tue, 12 Nov 2024 16:51:32 +0100 Subject: [PATCH] ci: Bump linuxdeploy This fixes the broken AppImage creation where linuxdeploy would fail to set the rpath for the aegisub binary. Fixes arch1t3cht/Aegisub#164. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index deb7d40e2..e245d3d14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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