Skip to content

Commit

Permalink
jurplel LIED to me
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Jul 2, 2024
1 parent 2cf7a75 commit 8731e55
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ jobs:
run: |
# from https://github.com/probonopd/go-appimage/blob/master/src/appimagetool/README.md
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
# wget -c https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-833-x86_64.AppImage -o appimagetool
mv appimagetool-*-x86_64.AppImage appimagetool
chmod +x appimagetool
Expand All @@ -220,7 +219,7 @@ jobs:
cp data/logo-client.png AppDir/Attorney_Online.png
cd AppDir
QTDIR=${QT_ROOT_DIR} ../appimagetool deploy usr/share/Attorney_Online.desktop
QTDIR=${Qt6_DIR} ../appimagetool deploy usr/share/Attorney_Online.desktop
cd ..
ARCH=x86_64 VERSION=2.11 ./appimagetool AppDir
Expand Down

0 comments on commit 8731e55

Please sign in to comment.