new launcher and save converts and pipeline

This commit is contained in:
bryanthaboi
2026-07-25 08:34:49 -04:00
parent 6625391f76
commit 9307488dc1
58 changed files with 10971 additions and 348 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ def engine_version(repo):
src = open(os.path.join(repo, "src", "core", "Version.lua"),
encoding="utf-8").read()
match = re.search(r'engine\s*=\s*"([^"]+)"', src)
return match.group(1) if match else "1.0.0"
return match.group(1) if match else "0.0.0-dev"
def known_permissions(repo):