Skip to content

Commit

Permalink
update station name
Browse files Browse the repository at this point in the history
  • Loading branch information
Fansana committed Jul 1, 2024
1 parent 98ceb6f commit 54d3e34
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/Locale/en-US/changelog/changelog-window.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Resources/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
defaultWindowTitle: Einstein Engines
defaultWindowTitle: Floof Station
windowIconSet: /Textures/Logo/icon
splashLogo: /Textures/Logo/splashlogo.png
2 changes: 1 addition & 1 deletion Tools/gen_build_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 54d3e34

Please sign in to comment.