mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
12 lines
224 B
Batchfile
12 lines
224 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 access_point_config.tar.gz cheesy-arena.exe db font schedules static switch_config.txt templates
|