diff --git a/src/client/component/auth.cpp b/src/client/component/auth.cpp index 21ede068..268d23ab 100644 --- a/src/client/component/auth.cpp +++ b/src/client/component/auth.cpp @@ -42,7 +42,7 @@ namespace auth std::string get_protected_data() { - std::string input = "X-Labs-H1Mod-Auth"; + std::string input = "H1Mod-Auth"; DATA_BLOB data_in{}, data_out{}; data_in.pbData = reinterpret_cast(input.data()); diff --git a/src/client/resource.rc b/src/client/resource.rc index 1e84f3de..b833631f 100644 --- a/src/client/resource.rc +++ b/src/client/resource.rc @@ -74,7 +74,7 @@ BEGIN VALUE "FileDescription", "H1-Mod" VALUE "FileVersion", VERSION_FILE VALUE "InternalName", "H1-Mod" - VALUE "LegalCopyright", "Copyright (C) 2021 H1-Mod. All rights reserved." + VALUE "LegalCopyright", "Copyright © 2022 H1-Mod. All rights reserved." VALUE "Licence", "GPLv3" VALUE "Info", "https://h1.gg" VALUE "OriginalFilename", "h1-mod.exe" diff --git a/src/common/utils/toast.cpp b/src/common/utils/toast.cpp index b39ca5fa..a9002bf3 100644 --- a/src/common/utils/toast.cpp +++ b/src/common/utils/toast.cpp @@ -29,7 +29,7 @@ namespace utils instance->setAppName(L"H1-Mod"); instance->setAppUserModelId( - WinToastLib::WinToast::configureAUMI(L"X Labs", L"H1-Mod", L"", L"20201212")); + WinToastLib::WinToast::configureAUMI(L"H1-Mod", L"H1", L"", L"20201212")); WinToastLib::WinToast::WinToastError error; success = instance->initialize(&error); diff --git a/src/runner/resource.rc b/src/runner/resource.rc index ba86c6f4..ce3e7244 100644 --- a/src/runner/resource.rc +++ b/src/runner/resource.rc @@ -60,7 +60,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "X Labs" + VALUE "CompanyName", "H1-Mod" VALUE "FileDescription", "Steam mod runner" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "Runner" diff --git a/src/tlsdll/resource.rc b/src/tlsdll/resource.rc index 2a778f5f..90a44764 100644 --- a/src/tlsdll/resource.rc +++ b/src/tlsdll/resource.rc @@ -60,7 +60,7 @@ BEGIN BEGIN BLOCK "040904b0" BEGIN - VALUE "CompanyName", "X Labs" + VALUE "CompanyName", "H1-Mod" VALUE "FileDescription", "TLS index allocation dll" VALUE "FileVersion", "1.0.0.0" VALUE "InternalName", "TLS DLL"