Skip to content

Commit

Permalink
ci fix: Use git rev in AppImage file name
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 6, 2023
1 parent 0220cb5 commit 48378df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile.appimage
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ build:
@wget -c "https://raw.githubusercontent.com/linuxdeploy/linuxdeploy-plugin-gtk/master/linuxdeploy-plugin-gtk.sh"
@chmod a+x linuxdeploy-x86_64.AppImage linuxdeploy-plugin-gtk.sh
@unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
@export VERSION=$(git rev-parse --short HEAD)
@./linuxdeploy-x86_64.AppImage --appdir=appdir --plugin gtk --output appimage
@VERSION=$(git rev-parse --short HEAD) ./linuxdeploy-x86_64.AppImage --appdir=appdir --plugin gtk --output appimage

upload:
@find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
Expand Down

0 comments on commit 48378df

Please sign in to comment.