Copyright text fix (#109)
* Copyright text fix * Add files via upload * Add files via upload
This commit is contained in:
parent
60c73ecb3f
commit
d83f55cbf4
@ -42,7 +42,7 @@ namespace auth
|
|||||||
|
|
||||||
std::string get_protected_data()
|
std::string get_protected_data()
|
||||||
{
|
{
|
||||||
std::string input = "X-Labs-H1Mod-Auth";
|
std::string input = "H1Mod-Auth";
|
||||||
|
|
||||||
DATA_BLOB data_in{}, data_out{};
|
DATA_BLOB data_in{}, data_out{};
|
||||||
data_in.pbData = reinterpret_cast<uint8_t*>(input.data());
|
data_in.pbData = reinterpret_cast<uint8_t*>(input.data());
|
||||||
|
@ -74,7 +74,7 @@ BEGIN
|
|||||||
VALUE "FileDescription", "H1-Mod"
|
VALUE "FileDescription", "H1-Mod"
|
||||||
VALUE "FileVersion", VERSION_FILE
|
VALUE "FileVersion", VERSION_FILE
|
||||||
VALUE "InternalName", "H1-Mod"
|
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 "Licence", "GPLv3"
|
||||||
VALUE "Info", "https://h1.gg"
|
VALUE "Info", "https://h1.gg"
|
||||||
VALUE "OriginalFilename", "h1-mod.exe"
|
VALUE "OriginalFilename", "h1-mod.exe"
|
||||||
|
@ -29,7 +29,7 @@ namespace utils
|
|||||||
|
|
||||||
instance->setAppName(L"H1-Mod");
|
instance->setAppName(L"H1-Mod");
|
||||||
instance->setAppUserModelId(
|
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;
|
WinToastLib::WinToast::WinToastError error;
|
||||||
success = instance->initialize(&error);
|
success = instance->initialize(&error);
|
||||||
|
@ -60,7 +60,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "X Labs"
|
VALUE "CompanyName", "H1-Mod"
|
||||||
VALUE "FileDescription", "Steam mod runner"
|
VALUE "FileDescription", "Steam mod runner"
|
||||||
VALUE "FileVersion", "1.0.0.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
VALUE "InternalName", "Runner"
|
VALUE "InternalName", "Runner"
|
||||||
|
@ -60,7 +60,7 @@ BEGIN
|
|||||||
BEGIN
|
BEGIN
|
||||||
BLOCK "040904b0"
|
BLOCK "040904b0"
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "X Labs"
|
VALUE "CompanyName", "H1-Mod"
|
||||||
VALUE "FileDescription", "TLS index allocation dll"
|
VALUE "FileDescription", "TLS index allocation dll"
|
||||||
VALUE "FileVersion", "1.0.0.0"
|
VALUE "FileVersion", "1.0.0.0"
|
||||||
VALUE "InternalName", "TLS DLL"
|
VALUE "InternalName", "TLS DLL"
|
||||||
|
Loading…
Reference in New Issue
Block a user