mirror of
https://github.com/godotengine/godot-builds.git
synced 2025-12-30 21:48:23 +03:00
Remove TuxFamily download links, the repository died
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user