BUGFIX: HTML5 Build
This commit is contained in:
parent
bb3ca4865b
commit
00d186c313
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT}
|
|||
# Export for HTML5
|
||||
echo "Building ${PROJECT} for HTML5"
|
||||
mkdir -p ./build/html5
|
||||
godot --${export} "HTML5" Builds/html5/index.html
|
||||
godot --export "HTML5" Builds/html5/${SubDirectoryLocation:-""}index.html
|
||||
|
||||
mkdir ${workDir}/package
|
||||
if [ ${PACKAGE:-"false"} = "true" ]
|
||||
|
|
Reference in a new issue