1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-30 15:39:00 +00:00

added version information to AppImage

This commit is contained in:
Stephen Gaito 2019-11-23 07:05:50 +00:00
parent 51ea338524
commit 1580ce3e53

View File

@ -2,6 +2,7 @@
# This bash script creates an AppImage for pdf2htmlEX
source buildScripts/versionEnvs
mkdir -p imageBuild/pdf2htmlEX.AppDir/usr/lib/
@ -28,3 +29,4 @@ chmod a+x linuxdeploy-x86_64.AppImage
--appdir=pdf2htmlEX.AppDir \
--output appimage
mv pdf2htmlEX-x86_64.AppImage pdf2htmlEX-$PDF2HTMLEX_VERSION-x86_64.AppImage