mirror of
https://github.com/pdf2htmlEX/pdf2htmlEX.git
synced 2024-12-22 04:50:09 +00:00
corrected build scripts
This commit is contained in:
parent
69b18fdab3
commit
ce93fa036d
@ -45,4 +45,3 @@ export PDF2HTMLEX_BRANCH=newBuildSystem
|
|||||||
|
|
||||||
./buildScripts/createDockerImage || { echo 'createDockerImage FAILED' ; exit 1 ; }
|
./buildScripts/createDockerImage || { echo 'createDockerImage FAILED' ; exit 1 ; }
|
||||||
|
|
||||||
./buildScripts/uploadRelease || { echo 'uploadRelease FAILED' ; exit 1 ; }
|
|
||||||
|
@ -19,6 +19,6 @@ sudo apt-get $UNATTENDED install \
|
|||||||
g++ \
|
g++ \
|
||||||
gettext \
|
gettext \
|
||||||
openjdk-8-jre-headless \
|
openjdk-8-jre-headless \
|
||||||
jp \
|
jq \
|
||||||
tree
|
tree
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user