diff --git a/premake5.lua b/premake5.lua index 8e68c6f2..071f884c 100644 --- a/premake5.lua +++ b/premake5.lua @@ -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