Skip to content

Commit

Permalink
Use Godot 3.2.1 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Jun 1, 2020
1 parent 80c5b55 commit e296401
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion platforms/osx-64/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
env["bits"] = "64"
env[
"godot_default_binary_url"
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_osx.64.zip"
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_osx.64.zip"
env["godot_binary_zip_path"] = "Godot.app/Contents/MacOS/Godot"
env["cpython_build"] = cpython_build
env["cpython_build_dir"] = cpython_build
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows-32/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
env["bits"] = "32"
env[
"godot_default_binary_url"
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win32.exe.zip"
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_win32.exe.zip"
env["cpython_build"] = cpython_build
env["cpython_build_dir"] = cpython_build
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/Lib/site-packages")
Expand Down
2 changes: 1 addition & 1 deletion platforms/windows-64/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
env["bits"] = "64"
env[
"godot_default_binary_url"
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win64.exe.zip"
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_win64.exe.zip"
env["cpython_build"] = cpython_build
env["cpython_build_dir"] = cpython_build
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/Lib/site-packages")
Expand Down
4 changes: 2 additions & 2 deletions platforms/x11-64/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ env["bits"] = "64"
if env["headless"]:
env[
"godot_default_binary_url"
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_linux_headless.64.zip"
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_linux_headless.64.zip"
else:
env[
"godot_default_binary_url"
] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_x11.64.zip"
] = "https://downloads.tuxfamily.org/godotengine/3.2.1/Godot_v3.2.1-stable_x11.64.zip"
env["cpython_build"] = cpython_build
env["cpython_build_dir"] = cpython_build
env["DIST_SITE_PACKAGES"] = Dir(f"{env['DIST_PLATFORM']}/lib/python3.8/site-packages")
Expand Down

0 comments on commit e296401

Please sign in to comment.