Skip to content

Commit

Permalink
Pin linuxdeployqt version to 1-alpha-20240109-1
Browse files Browse the repository at this point in the history
Because the continuous release does not generate proper AppImages
currently, it's missing a bunch of plugins. This strange alpha version
is the latest one available.
  • Loading branch information
askmeaboutlo0m committed Aug 4, 2024
1 parent fac20c0 commit f470cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/restore-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ runs:
mkdir .github/linuxdeploy-bin &&
pushd .github/linuxdeploy-bin >/dev/null &&
curl -L --remote-name-all
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy/releases/download/1-alpha-20240109-1/linuxdeploy-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/1-alpha-20240109-1/linuxdeploy-plugin-qt-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-gstreamer/raw/12e0e983f9e01f4e450ef2534cfec10e8aab2539/linuxdeploy-plugin-gstreamer.sh &&
chmod u+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-qt-x86_64.AppImage linuxdeploy-plugin-gstreamer.sh &&
popd >/dev/null
Expand Down

0 comments on commit f470cef

Please sign in to comment.