Remove --dirty flag in premake5.lua

This commit is contained in:
Ahrimdon 2024-02-27 01:40:04 -05:00
parent 88402b1781
commit cded49df93

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