Skip to content

Commit

Permalink
Show SHA1 of git cloned Godot
Browse files Browse the repository at this point in the history
  • Loading branch information
Lecrapouille committed Jul 20, 2024
1 parent ea46bb7 commit 3f5437a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/gdcef/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ def download_godot_cpp():
if not os.path.exists(GODOT_CPP_API_PATH):
info("Clone cpp wrapper for Godot " + GODOT_VERSION + " into " + GODOT_CPP_API_PATH)
mkdir(GODOT_CPP_API_PATH)
run(["git", "ls-remote", "https://github.com/godotengine/godot-cpp", GODOT_VERSION])
run(["git", "clone", "--recursive", "-b", GODOT_VERSION,
"https://github.com/godotengine/godot-cpp", GODOT_CPP_API_PATH])

Expand Down

0 comments on commit 3f5437a

Please sign in to comment.