HTML5 Support
This commit is contained in:
parent
36ac8f7987
commit
545a327e1b
1 changed files with 5 additions and 0 deletions
|
@ -32,6 +32,11 @@ echo "Building ${PROJECT} for OSX"
|
||||||
mkdir -p ./builds/mac/${SubDirectoryLocation:-""}
|
mkdir -p ./builds/mac/${SubDirectoryLocation:-""}
|
||||||
godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT}
|
godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT}
|
||||||
|
|
||||||
|
# Export for HTML5
|
||||||
|
echo "Building ${PROJECT} for HTML5"
|
||||||
|
mkdir -p ./builds/html5
|
||||||
|
godot --${export} "HTML5" Builds/html5/index.html
|
||||||
|
|
||||||
mkdir ${workDir}/package
|
mkdir ${workDir}/package
|
||||||
if [ ${PACKAGE:-"false"} = "true" ]
|
if [ ${PACKAGE:-"false"} = "true" ]
|
||||||
then
|
then
|
||||||
|
|
Reference in a new issue