In your README and examples you use these urls:
godot_executable_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_linux.x86_64.zip
godot_export_templates_download_url: https://downloads.tuxfamily.org/godotengine/4.0/Godot_v4.0-stable_export_templates.tpz
However these urls no longer serve the files. They point to a third-party site, which could be compromised and introduce security risks into builds.
Godot website contains a list of official builds and download urls: https://godotengine.org/download/archive/4.4.1-stable/
Can you update the urls in your README and template/examples to use the official build urls?
Example:
godot_executable_download_url: https://github.com/godotengine/godot-builds/releases/download/4.4.1-stable/Godot_v4.4.1-stable_linux.x86_64.zip
godot_export_templates_download_url: https://github.com/godotengine/godot-builds/releases/download/4.4.1-stable/Godot_v4.4.1-stable_export_templates.tpz
In your README and examples you use these urls:
However these urls no longer serve the files. They point to a third-party site, which could be compromised and introduce security risks into builds.
Godot website contains a list of official builds and download urls: https://godotengine.org/download/archive/4.4.1-stable/
Can you update the urls in your README and template/examples to use the official build urls?
Example: