diff --git a/libs/win32/util.vbs b/libs/win32/util.vbs index 395632bf47..ace3fd6998 100644 --- a/libs/win32/util.vbs +++ b/libs/win32/util.vbs @@ -344,6 +344,7 @@ Sub CreateVersion(tmpFolder, VersionDir, includebase, includedest) sLastVersion = sLastFile.ReadLine() End If sLastFile.Close + VERSION = Replace(VERSION, ":", "-") End If End If