corrected appimage creation

This commit is contained in:
Stephen Gaito 2020-06-06 12:31:17 +01:00
parent 8f86e21b8f
commit aaa7f53c58
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ if [ -f /.dockerenv ] ; then
LINUX_DEPLOY_APP_IMAGE=squashfs-root/AppRun
fi
export VERBOSE=1
export OUTPUT=$APPIMAGE_NAME
./$LINUX_DEPLOY_APP_IMAGE \
-e appDir/$PDF2HTMLEX_PREFIX/bin/pdf2htmlEX \
--create-desktop-file \