This commit is contained in:
2025-08-21 15:33:28 +08:00
parent eb20c59347
commit ae06d32d02
4 changed files with 8 additions and 12 deletions

4
build.bat Normal file
View File

@@ -0,0 +1,4 @@
python embed.py
7z a -tzip -mx=9 cyzg.zip main.py backend.py ./components/*.py
REM 7z a -tzip -mx=9 data.db.zip data.db
gcc -O2 -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all