1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-25 05:48:21 +00:00
pdf2htmlEX/buildScripts/createImages
2019-11-29 12:11:03 +00:00

15 lines
373 B
Bash
Executable File

#!/bin/bash
# This bash script creates the pdf2htmlEX AppImage and Docker Images
#################
# do the creation
./buildScripts/reportEnvs || { echo 'reportEnvs FAILED' ; exit 1 ; }
./buildScripts/createAppImage || { echo 'createAppImage FAILED' ; exit 1 ; }
./buildScripts/createDockerImage || { echo 'createDockerImage FAILED' ; exit 1 ; }