Remove TuxFamily download links, the repository died

This commit is contained in:
Rémi Verschelde
2025-03-13 15:06:20 +01:00
parent cdd33303b2
commit 9cc1cec63b
2 changed files with 4 additions and 14 deletions

View File

@@ -4,9 +4,5 @@ This repository contains official builds of the Godot game engine.
You can download these builds from the [Releases](https://github.com/godotengine/godot-builds/releases)
section.
Only pre-releases, dev snapshots, and custom test builds are available
as a part of this repository. For stable releases go to the
[main repository](https://github.com/godotengine/godot).
As an alternative to GitHub we also have a FOSS-friendly mirror at
[TuxFamily](https://downloads.tuxfamily.org/godotengine/).
Both stable releases and pre-releases (dev snapshots, beta, RCs) are available
here. Stable releases are also mirrored in the [main repository](https://github.com/godotengine/godot).

View File

@@ -132,15 +132,9 @@ def generate_notes(version_version: str, version_status: str, git_reference: str
else:
notes += f"- [Complete changelog](https://godotengine.github.io/godot-interactive-changelog/#{version_tag})\n"
notes += "- Download (GitHub): Expand **Assets** below\n"
notes += "\n----\n\n"
if version_status == "stable":
notes += f"- [Download (TuxFamily)](https://downloads.tuxfamily.org/godotengine/{version_version})\n"
else:
notes += f"- [Download (TuxFamily)](https://downloads.tuxfamily.org/godotengine/{version_version}/{version_status})\n"
notes += "\n"
notes += "*All files for this release are mirrored under **Assets** below.*\n"
notes += "- **Download (GitHub):** Expand **Assets** below\n"
return notes