Files
cyzg/build.bat
2025-08-21 17:11:58 +08:00

6 lines
218 B
Batchfile

del cyzg.zip
7z a -tzip -mx=9 cyzg.zip main.py backend.py components/ -x!components/__pycache__/
REM 7z a -tzip -mx=9 data.db.zip data.db
python embed.py
gcc -Os -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all