Removing support for lol FORKZ

This commit is contained in:
Miroslav Stampar
2023-07-21 10:54:17 +02:00
parent bb48dd037f
commit 5bd0f20c84
2 changed files with 6 additions and 2 deletions

View File

@@ -3861,6 +3861,10 @@ def checkIntegrity():
logger.error("wrong modification time of '%s'" % filepath)
retVal = False
suffix = extractRegexResult(r"#(?P<result>\w+)", VERSION_STRING)
if suffix and suffix not in {"dev", "stable"}:
retVal = False
return retVal
def getDaysFromLastUpdate():