From 54d3e343b97b14015fafc8aa8e21d0926c9720ec Mon Sep 17 00:00:00 2001 From: Fansana Date: Mon, 1 Jul 2024 17:59:46 +0200 Subject: [PATCH] update station name --- Resources/Locale/en-US/changelog/changelog-window.ftl | 4 ++-- Resources/manifest.yml | 2 +- Tools/gen_build_info.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Resources/Locale/en-US/changelog/changelog-window.ftl b/Resources/Locale/en-US/changelog/changelog-window.ftl index e8e96c9bdcb..b8b8ac18824 100644 --- a/Resources/Locale/en-US/changelog/changelog-window.ftl +++ b/Resources/Locale/en-US/changelog/changelog-window.ftl @@ -10,5 +10,5 @@ changelog-version-tag = version v{ $version } changelog-button = Changelog changelog-button-new-entries = Changelog (new!) -changelog-tab-title-Changelog = Einstein Engines -changelog-tab-title-Admin = Einstein Engines Admin +changelog-tab-title-Changelog = Floof Station +changelog-tab-title-Admin = Floof Station Admin diff --git a/Resources/manifest.yml b/Resources/manifest.yml index c6eadc64204..e9706b08d58 100644 --- a/Resources/manifest.yml +++ b/Resources/manifest.yml @@ -1,3 +1,3 @@ -defaultWindowTitle: Einstein Engines +defaultWindowTitle: Floof Station windowIconSet: /Textures/Logo/icon splashLogo: /Textures/Logo/splashlogo.png diff --git a/Tools/gen_build_info.py b/Tools/gen_build_info.py index 10574468ee0..83717bebed1 100755 --- a/Tools/gen_build_info.py +++ b/Tools/gen_build_info.py @@ -20,7 +20,7 @@ ] VERSION = os.environ['GITHUB_SHA'] -FORK_ID = "delta-v" +FORK_ID = "floofstation" BUILD_URL = f"https://builds.delta-v.org/{{FORK_ID}}/builds/{{FORK_VERSION}}/{FILE}" MANIFEST_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/manifest" MANIFEST_DOWNLOAD_URL = f"https://cdn.delta-v.org/version/{{FORK_VERSION}}/download"