diff --git a/build/bin/Win32/Release/runner.exe b/build/bin/Win32/Release/runner.exe index a3a2992..a1fde95 100644 Binary files a/build/bin/Win32/Release/runner.exe and b/build/bin/Win32/Release/runner.exe differ diff --git a/build/bin/Win32/Release/tlsdll.dll b/build/bin/Win32/Release/tlsdll.dll index 9127305..d8a22d9 100644 Binary files a/build/bin/Win32/Release/tlsdll.dll and b/build/bin/Win32/Release/tlsdll.dll differ diff --git a/premake5.lua b/premake5.lua index 7212366..ba5cfcd 100644 --- a/premake5.lua +++ b/premake5.lua @@ -1,4 +1,4 @@ -gitVersioningCommand = "git describe --tags --dirty --always" +gitVersioningCommand = "git describe --tags --always" gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD" -- Quote the given string input as a C string diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 2560def..026eb38 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -89,7 +89,7 @@ public: utils::hook::set(0x446A48, "iw4-sp: Console"); utils::hook::set(0x50C110, "iw4-sp: Game"); - utils::hook::set(0x579364, "iw4-sp: " SHORTVERSION "> "); + utils::hook::set(0x579364, "iw4-sp: >"); // Com_Init_Try_Block_Function utils::hook::set(0x604004, BUILD_TYPE);