Skip to content

Commit

Permalink
Use self-provided AppImage binaries
Browse files Browse the repository at this point in the history
Using the latest continuous release was always playing with fire, and
the latest release broke something. Stick to known-good versions.
  • Loading branch information
cspiegel committed Jul 18, 2022
1 parent 1808290 commit 13ccf76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gargoyle-appimage.sh
Expand Up @@ -5,9 +5,9 @@ set -ex
mkdir build-appimage
cd build-appimage
xargs -n 1 -P 0 wget -q <<EOF
https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-appimage/releases/download/continuous/linuxdeploy-plugin-appimage-x86_64.AppImage
https://github.com/linuxdeploy/linuxdeploy-plugin-qt/releases/download/continuous/linuxdeploy-plugin-qt-x86_64.AppImage
https://github.com/garglk/assets/raw/appimage/linuxdeploy-x86_64.AppImage
https://github.com/garglk/assets/raw/appimage/linuxdeploy-plugin-appimage-x86_64.AppImage
https://github.com/garglk/assets/raw/appimage/linuxdeploy-plugin-qt-x86_64.AppImage
EOF
chmod +x linuxdeploy*
# g++-9, on Ubuntu 20.04 (used by Github Actions) hits an ICE when building with static libraries:
Expand Down

0 comments on commit 13ccf76

Please sign in to comment.