Remove --dirty build flag in premake

This commit is contained in:
Rim 2023-12-06 17:45:00 -05:00
parent 3e75c64ece
commit 46928d7083

View File

@ -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