Remove --dirty flag in premake5.lua & remove ver from console title
This commit is contained in:
parent
2253182bf3
commit
64a3c25e6a
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
gitVersioningCommand = "git describe --tags --dirty --always"
|
gitVersioningCommand = "git describe --tags --always"
|
||||||
gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD"
|
gitCurrentBranchCommand = "git symbolic-ref -q --short HEAD"
|
||||||
|
|
||||||
-- Quote the given string input as a C string
|
-- Quote the given string input as a C string
|
||||||
|
@ -89,7 +89,7 @@ public:
|
|||||||
utils::hook::set<const char*>(0x446A48, "iw4-sp: Console");
|
utils::hook::set<const char*>(0x446A48, "iw4-sp: Console");
|
||||||
utils::hook::set<const char*>(0x50C110, "iw4-sp: Game");
|
utils::hook::set<const char*>(0x50C110, "iw4-sp: Game");
|
||||||
|
|
||||||
utils::hook::set<const char*>(0x579364, "iw4-sp: " SHORTVERSION "> ");
|
utils::hook::set<const char*>(0x579364, "iw4-sp: >");
|
||||||
|
|
||||||
// Com_Init_Try_Block_Function
|
// Com_Init_Try_Block_Function
|
||||||
utils::hook::set<const char*>(0x604004, BUILD_TYPE);
|
utils::hook::set<const char*>(0x604004, BUILD_TYPE);
|
||||||
|
Loading…
Reference in New Issue
Block a user