소스 검색

minor: 打包脚本

tuon 1 년 전
부모
커밋
44f6d2a000
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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