Skip to content

Commit

Permalink
Makefile.am: add version number to the built AppImage.
Browse files Browse the repository at this point in the history
  • Loading branch information
lavv17 committed Jun 22, 2017
1 parent 98cfcb5 commit 29a925a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -58,7 +58,7 @@ release-ftp:
# AppImage building rules
linuxdeployqt=linuxdeployqt-continuous-$(build_cpu).AppImage
lftp_desktop=$(prefix)/share/applications/lftp.desktop
lftp_appimage=lftp-$(host_cpu).AppImage
lftp_appimage=$(PACKAGE)-$(VERSION)-$(host_cpu).AppImage
CLEANFILES=$(lftp_appimage)
DISTCLEANFILES=$(linuxdeployqt)

Expand All @@ -73,6 +73,7 @@ $(lftp_appimage): $(linuxdeployqt)
unset QTDIR QT_PLUGIN_PATH LD_LIBRARY_PATH \
&& ./$(linuxdeployqt) ./appdir$(lftp_desktop) -bundle-non-qt-libs \
&& ./$(linuxdeployqt) ./appdir$(lftp_desktop) -appimage
mv -f lftp-$(host_cpu).AppImage $(lftp_appimage)
-rm -rf appdir

appimage: $(lftp_appimage)
Expand Down

0 comments on commit 29a925a

Please sign in to comment.