Remove --dirty flag in premake5.lua
This commit is contained in:
parent
382a3e7433
commit
bb16121bb6
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user