mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Added packaging script for Windows.
This commit is contained in:
12
package.bat
Normal file
12
package.bat
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user