From d21e5a01c3204fc0c2467caf21b5b45809563d1c Mon Sep 17 00:00:00 2001 From: Oier Bravo Urtasun Date: Sat, 11 Oct 2025 02:57:50 +0200 Subject: [PATCH] web --- build.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.sh b/build.sh index 372a0b8e..0b085e75 100755 --- a/build.sh +++ b/build.sh @@ -40,7 +40,7 @@ cd $BASE_RELATIVE_DIR echo "Building $WEB..." mkdir -p $RELEASE_EXPORT_DIR/$WEB godot --headless --verbose --export-release "Web" "$RELEASE_EXPORT_DIR/$WEB/index.html" -cd $RELEASE_EXPORT_DIR/$WEB +cd $RELEASE_EXPORT_DIR tar cfz ../$WEB.tar.gz web cd $BASE_RELATIVE_DIR @@ -74,8 +74,7 @@ cd $BASE_RELATIVE_DIR echo "Building $WEB..." mkdir -p $DEBUG_EXPORT_DIR/$WEB godot --headless --verbose --export-debug "Web" "$DEBUG_EXPORT_DIR/$WEB/index.html" -cd $DEBUG_EXPORT_DIR/$WEB -tar cfz ../$WEB-debug.tar.gz web -cd $BASE_RELATIVE_DIR +cd $DEBUG_EXPORT_DIR +tar cfz ../$WEB-debug.tar.gz echo "Finish!🎉" \ No newline at end of file