Skip to content

Commit

Permalink
ci fix: Try linuxdeploy params
Browse files Browse the repository at this point in the history
  • Loading branch information
onli committed Dec 5, 2023
1 parent 7dd6d45 commit 8ad6018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.appimage
Expand Up @@ -5,7 +5,7 @@ build:
@chmod a+x linuxdeploy-x86_64.AppImage
@unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
@export VERSION=$(git rev-parse --short HEAD)
@./linuxdeploy-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
@./linuxdeploy-x86_64.AppImage --appdir=appdir --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 8ad6018

Please sign in to comment.