Skip to content

Commit

Permalink
Remove old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
alicealys committed Aug 24, 2024
1 parent a88eaa6 commit 9a74fc1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/client/component/motd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,9 +239,9 @@ namespace motd
{
map =
{
{"github", "https://github.com/fedddddd/h2-mod"},
{"github", "https://github.com/alicealys/h2-mod"},
{"donate", "https://www.paypal.com/donate/?hosted_button_id=LM5BA9UABEV4Q"},
{"specops", "https://github.com/fedddddd/h2-specops-mod"},
{"specops", "https://github.com/alicealys/h2-specops-mod"},
{"credits_1", "https://github.com/momo5502"},
{"credits_2", "https://github.com/VladWinner"},
{"credits_3", "https://github.com/diamante0018"},
Expand Down
4 changes: 0 additions & 4 deletions src/client/component/updater.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
#include <utils/string.hpp>
#include <utils/properties.hpp>

#define MASTER "https://master.fed0001.xyz/"

#define FILES_PATH "files.json"
#define FILES_PATH_DEV "files-dev.json"

Expand Down Expand Up @@ -292,8 +290,6 @@ namespace updater
static std::vector<std::string> server_urls =
{
{"https://h2-mod.alicent.cat/"},
{"https://h2-mod.fed.cat/"}, // remove this at some point
{"https://master.fed0001.xyz/"}, // remove this at some point
};

const auto try_url = [&](const std::string& base_url)
Expand Down
6 changes: 3 additions & 3 deletions src/client/resource.rc
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ BEGIN
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "fed"
VALUE "CompanyName", "h2-mod"
VALUE "FileDescription", "H2-Mod"
VALUE "FileVersion", VERSION_FILE
VALUE "InternalName", "H2-Mod"
VALUE "LegalCopyright", "Copyright (C) 2021 fed. All rights reserved."
VALUE "LegalCopyright", "Copyright (C) 2024 h2-mod. All rights reserved."
VALUE "Licence", "GPLv3"
VALUE "Info", "https://github.com/fedddddd/h2-mod"
VALUE "Info", "https://github.com/alicealys/h2-mod"
VALUE "OriginalFilename", "h2-mod.exe"
VALUE "ProductName", "h2-mod"
VALUE "ProductVersion", VERSION_PRODUCT
Expand Down
4 changes: 2 additions & 2 deletions src/client/resources/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,12 @@ <h2>No settings yet!</h2>
<div style="text-align: center; width: 100%;">
<h1>H2-Mod</h1>
<p style="margin-top: 7vh; margin-bottom: 7vh;"><a
onClick="window.external.openUrl('https://github.com/fedddddd/h2-mod');">GitHub
onClick="window.external.openUrl('https://github.com/alicealys/h2-mod');">GitHub
Page</a></p>
<p>Developers
<div class="row">
<div class="column">
<p><a onClick="window.external.openUrl('https://github.com/fedddddd');">fed</a></p>
<p><a onClick="window.external.openUrl('https://github.com/alicealys');">fed</a></p>
</div>
<div class="column">
<p><a onClick="window.external.openUrl('https://github.com/VladWinner');">Vlad</a>
Expand Down
2 changes: 1 addition & 1 deletion src/common/utils/toast.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ namespace utils

instance->setAppName(L"H2-Mod");
instance->setAppUserModelId(
WinToastLib::WinToast::configureAUMI(L"fed", L"h2-mod", L"", L"20201212"));
WinToastLib::WinToast::configureAUMI(L"h2-mod", L"h2-mod", L"", L"20201212"));

WinToastLib::WinToast::WinToastError error;
success = instance->initialize(&error);
Expand Down

0 comments on commit 9a74fc1

Please sign in to comment.