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