Skip to content

Commit

Permalink
ci: fix appimage build
Browse files Browse the repository at this point in the history
  • Loading branch information
variar committed Nov 23, 2024
1 parent 7b5bc19 commit 12c5c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/linux/appimage/generate_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
DESTDIR=$(readlink -f appdir) ninja install
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
VERSION=$KLOGG_VERSION ./appimagetool-*.AppImage -s deploy appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
VERSION=$KLOGG_VERSION ARCH=x86_64 ./appimagetool-*.AppImage -s deploy appdir/usr/share/applications/*.desktop # Bundle EVERYTHING
mkdir ./packages
cp ./klogg-$KLOGG_VERSION-x86_64.AppImage ./packages/klogg-$KLOGG_VERSION-x86_64.AppImage

0 comments on commit 12c5c3c

Please sign in to comment.