This commit is contained in:
2
build.sh
2
build.sh
@@ -32,7 +32,7 @@ godot --headless --verbose --export-release "LinuxARM" "$RELEASE_EXPORT_DIR/$ARM
|
||||
echo "Building $WEB..."
|
||||
mkdir -p $RELEASE_EXPORT_DIR/$WEB
|
||||
godot --headless --verbose --export-release "Web" "$RELEASE_EXPORT_DIR/$WEB/index.html"
|
||||
cd $DEBUG_EXPORT_DIR/$WEB
|
||||
cd $RELEASE_EXPORT_DIR/$WEB
|
||||
tar cfz ../$WEB.tar.gz
|
||||
|
||||
echo "Debug builds..."
|
||||
|
||||
Reference in New Issue
Block a user