Remove --dirty flag in premake5.lua

This commit is contained in:
Ahrimdon 2024-03-07 01:00:44 -05:00
parent f329b4ea3e
commit 9cbb1c6f94

View File

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