maint: remove --dirty flag from premake

This commit is contained in:
Ahrimdon 2024-08-13 05:17:32 -04:00
parent af596448ce
commit 73f0f88411

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