fix build

This commit is contained in:
ljw
2024-09-13 16:21:57 +08:00
parent 76e6711755
commit 497a24ebd9
118 changed files with 150523 additions and 6 deletions
+2 -2
View File
@@ -9,6 +9,6 @@ swag init -g cmd/apimain.go --output docs/admin --instanceName admin --exclude h
go build -o release/apimain.exe cmd/apimain.go
xcopy resources release\resources /E /I /Y
xcopy docs release\docs /E /I /Y
xcopy data release\data /E /I /Y
xcopy conf release\conf /E /I /Y
xcopy runtime release\runtime /E /I /Y
mkdir release\runtime
mkdir release\data