This commit is contained in:
naielv
2025-08-15 17:05:02 +02:00
parent 4988bdff1e
commit 77600a45d5
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
with:
python-version: '3.11'
- name: "Build Files"
run: "python3 build.py"
run: "python3 build.py ${{github.ref_name}}"
- name: Create Executable
uses: sayyid5416/pyinstaller@v1
with:

View File

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