File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
15
15
env ["bits" ] = "64"
16
16
env [
17
17
"godot_default_binary_url"
18
- ] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_osx.64.zip"
18
+ ] = "https://downloads.tuxfamily.org/godotengine/3.2.1 /Godot_v3.2.1 -stable_osx.64.zip"
19
19
env ["godot_binary_zip_path" ] = "Godot.app/Contents/MacOS/Godot"
20
20
env ["cpython_build" ] = cpython_build
21
21
env ["cpython_build_dir" ] = cpython_build
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
15
15
env ["bits" ] = "32"
16
16
env [
17
17
"godot_default_binary_url"
18
- ] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win32.exe.zip"
18
+ ] = "https://downloads.tuxfamily.org/godotengine/3.2.1 /Godot_v3.2.1 -stable_win32.exe.zip"
19
19
env ["cpython_build" ] = cpython_build
20
20
env ["cpython_build_dir" ] = cpython_build
21
21
env ["DIST_SITE_PACKAGES" ] = Dir (f"{ env ['DIST_PLATFORM' ]} /Lib/site-packages" )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cpython_build = Dir("cpython_build")
15
15
env ["bits" ] = "64"
16
16
env [
17
17
"godot_default_binary_url"
18
- ] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_win64.exe.zip"
18
+ ] = "https://downloads.tuxfamily.org/godotengine/3.2.1 /Godot_v3.2.1 -stable_win64.exe.zip"
19
19
env ["cpython_build" ] = cpython_build
20
20
env ["cpython_build_dir" ] = cpython_build
21
21
env ["DIST_SITE_PACKAGES" ] = Dir (f"{ env ['DIST_PLATFORM' ]} /Lib/site-packages" )
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ env["bits"] = "64"
16
16
if env ["headless" ]:
17
17
env [
18
18
"godot_default_binary_url"
19
- ] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_linux_headless.64.zip"
19
+ ] = "https://downloads.tuxfamily.org/godotengine/3.2.1 /Godot_v3.2.1 -stable_linux_headless.64.zip"
20
20
else :
21
21
env [
22
22
"godot_default_binary_url"
23
- ] = "https://downloads.tuxfamily.org/godotengine/3.2/Godot_v3.2-stable_x11.64.zip"
23
+ ] = "https://downloads.tuxfamily.org/godotengine/3.2.1 /Godot_v3.2.1 -stable_x11.64.zip"
24
24
env ["cpython_build" ] = cpython_build
25
25
env ["cpython_build_dir" ] = cpython_build
26
26
env ["DIST_SITE_PACKAGES" ] = Dir (f"{ env ['DIST_PLATFORM' ]} /lib/python3.8/site-packages" )
You can’t perform that action at this time.
0 commit comments