Skip to content

Commit

Permalink
Trying new appimagetool
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Feb 16, 2025
1 parent c4410e3 commit ae8856a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -341,9 +341,12 @@ jobs:
- name: Build AppImage
run: |
wget -q -O linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
chmod +x linuxdeployqt
./linuxdeployqt AppImage/gitqlient/usr/share/applications/*.desktop -verbose=3 -unsupported-bundle-everything -appimage -no-translations -bundle-non-qt-libs -extra-plugins=iconengines,imageformats
# wget -q -O linuxdeployqt https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage
# chmod +x linuxdeployqt
# ./linuxdeployqt AppImage/gitqlient/usr/share/applications/*.desktop -verbose=3 -unsupported-bundle-everything -appimage -no-translations -bundle-non-qt-libs -extra-plugins=iconengines,imageformats
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)
chmod +x appimagetool-*.AppImage
./appimagetool-*.AppImage -s deploy AppImage/gitqlient/usr/share/applications/*.desktop
chmod +x GitQlient-*
cp GitQlient-* ../

Expand Down

0 comments on commit ae8856a

Please sign in to comment.