Fix typo.

This commit is contained in:
Relintai 2023-06-02 11:38:06 +02:00
parent f5632d6c4d
commit 3961a7fd1c
1 changed files with 1 additions and 1 deletions

View File

@ -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"
#else:
# 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):