From 7c6b524ff2cc107b0ff52e2c9be4d8dcbebf0b17 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 5 Dec 2019 03:31:57 -0500 Subject: [PATCH] BUGFIX: HTML5 Build dir --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a4fece1..ddb025b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -35,7 +35,7 @@ godot --export "Mac OSX" ./build/mac/${SubDirectoryLocation:-""}${PROJECT} # Export for HTML5 echo "Building ${PROJECT} for HTML5" mkdir -p ./build/html5/${SubDirectoryLocation:-""} -godot --export "HTML5" Builds/html5/${SubDirectoryLocation:-""}index.html +godot --export "HTML5" ./build/html5/${SubDirectoryLocation:-""}index.html mkdir ${workDir}/package if [ ${PACKAGE:-"false"} = "true" ]