Browse Source

minor: 打包脚本

tuon 1 year ago
parent
commit
44f6d2a000
1 changed files with 1 additions and 0 deletions
  1. 1 0
      build-server.sh

+ 1 - 0
build-server.sh

@@ -11,6 +11,7 @@ export GOARCH=amd64
 go build -o ../local/server
 cd $CURRENT_DIR
 cp -rf ./dist/* ./local/static/web/
+rm -rf ./local/static/web/config.js
 chmod +x ./local/server
 
 tar -czf nginx-ui.tar.gz ./local