From b5a1049e9124b9bf9e982265f8d31f5f097ab051 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 6 Apr 2022 21:58:49 +0200 Subject: [PATCH] Update scripts for Godot 3.4.3 --- build_linux.sh | 2 +- build_windows.bat | 2 +- compress.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build_linux.sh b/build_linux.sh index c49f870..81517ed 100755 --- a/build_linux.sh +++ b/build_linux.sh @@ -6,7 +6,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" # See `Dockerfile` for the dependency installation. docker build -t godot-debug-builder . docker run --rm --volume "$PWD/bin/linux":/opt/artifacts godot-debug-builder sh -c ' -git clone --branch="3.4.2-stable" --depth=1 https://github.com/godotengine/godot.git /opt/godot/ +git clone --branch="3.4.3-stable" --depth=1 https://github.com/godotengine/godot.git /opt/godot/ cd /opt/godot/ scons platform=x11 -j$(nproc) debug_symbols=yes progress=no scons platform=x11 -j$(nproc) debug_symbols=yes progress=no tools=no diff --git a/build_windows.bat b/build_windows.bat index a729364..6ce032e 100644 --- a/build_windows.bat +++ b/build_windows.bat @@ -3,7 +3,7 @@ :: Clean up old build directly in casse the previous build was aborted. rmdir /s /q %TEMP%\godot-debug-build -git clone --branch="3.4.2-stable" --depth=1 https://github.com/godotengine/godot.git %TEMP%\godot-debug-build +git clone --branch="3.4.3-stable" --depth=1 https://github.com/godotengine/godot.git %TEMP%\godot-debug-build pushd %TEMP%\godot-debug-build scons -j%NUMBER_OF_PROCESSORS% debug_symbols=yes progress=no scons -j%NUMBER_OF_PROCESSORS% debug_symbols=yes progress=no tools=no diff --git a/compress.sh b/compress.sh index 28a18ca..ab4c408 100755 --- a/compress.sh +++ b/compress.sh @@ -5,7 +5,7 @@ cd "$(dirname "${BASH_SOURCE[0]}")" # This script should be run after running both `build_linux.sh` and `build_windows.bat`. -GODOT_VERSION="3.4.2" +GODOT_VERSION="3.4.3" parallel 7z a -mx9 "{}.zip" "{}" ::: bin/linux/*.64