This commit is contained in:
2025-08-21 16:25:52 +08:00
parent 1282e46138
commit 55dd8c04f1

View File

@@ -1,5 +1,5 @@
python embed.py del cyzg.zip
7z a -tzip -mx=9 -aoa cyzg.zip main.py backend.py components/ -x!components/__pycache__/ 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 REM 7z a -tzip -mx=9 data.db.zip data.db
timeout /t 1 >nul python embed.py
gcc -Os -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all gcc -Os -s main.c -o cyzg.exe -Wl,--gc-sections -Wl,--strip-all