mirror of
https://github.com/Relintai/gdnative_python.git
synced 2025-01-21 15:17:19 +01:00
Fix typo.
This commit is contained in:
parent
f5632d6c4d
commit
3961a7fd1c
@ -16,7 +16,7 @@ def resolve_pandemonium_download_url(major, minor, patch, extra, platform):
|
|||||||
# return f"https://downloads.tuxfamily.org/godotengine/{version}/Pandemonium_v{version}-{extra}_{platform}.zip"
|
# return f"https://downloads.tuxfamily.org/godotengine/{version}/Pandemonium_v{version}-{extra}_{platform}.zip"
|
||||||
#else:
|
#else:
|
||||||
# return f"https://downloads.tuxfamily.org/godotengine/{version}/{extra}/Pandemonium_v{version}-{extra}_{platform}.zip"
|
# return f"https://downloads.tuxfamily.org/godotengine/{version}/{extra}/Pandemonium_v{version}-{extra}_{platform}.zip"
|
||||||
returnf ""
|
return ""
|
||||||
|
|
||||||
|
|
||||||
def resolve_pandemonium_binary_name(major, minor, patch, extra, platform):
|
def resolve_pandemonium_binary_name(major, minor, patch, extra, platform):
|
||||||
|
Loading…
Reference in New Issue
Block a user