update build.py

This commit is contained in:
naielv
2025-08-15 17:07:24 +02:00
parent 36e3eaf958
commit ed2148be8d

View File

@@ -14,7 +14,7 @@ def get_all_files(directory):
return files
PREFETCH = ""
VERSIONCO = sys.argv.get(1, "unknown_version")
VERSIONCO = sys.argv[1]
HANDLEPARSE = get_all_files("src")
# Combine assets from JSON and recursively found files