Skip to content

Godot download urls no longer serving files #145

Description

@kmturley

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions