mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 21:56:50 -04:00
13 lines
212 B
Batchfile
13 lines
212 B
Batchfile
|
|
|
||
|
|
del /Q db\backups\*
|
||
|
|
|
||
|
|
del /Q static\logs\*
|
||
|
|
|
||
|
|
mkdir static\logs
|
||
|
|
|
||
|
|
go clean
|
||
|
|
|
||
|
|
go build
|
||
|
|
|
||
|
|
zip -r -X cheesy-arena.zip LICENSE README.md ap_config.txt cheesy-arena.exe db font schedules static switch_config.txt templates
|