Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get rid of TuxFamily #119

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

DeeJayLSP
Copy link

@DeeJayLSP DeeJayLSP commented Feb 22, 2025

TuxFamily has been offline for so long that the Godot maintainers themselves stopped supporting it officially.

This PR removes the mirror dropdown in favor of GitHub releases only.

Closes #116

@@ -114,8 +96,8 @@ func install_zip(zip_abs_path, root_unzip_folder_name, possible_editor_name, on_
var editor_install = _editor_install_scene.instantiate()
add_child(editor_install)
editor_install.init(possible_editor_name, zip_content_dir)
editor_install.installed.connect(func(name, exec_path):
installed.emit(name, ProjectSettings.globalize_path(exec_path))
editor_install.installed.connect(func(p_name, exec_path):
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name is a reserved variable from Node, therefore I changed it to avoid conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

downloads.tuxfamily.org is DOWN
1 participant