Browse Source

优化打包

ZaiZai 2 years ago
parent
commit
1a9306c7a3
2 changed files with 1 additions and 6 deletions
  1. 1 1
      public/version.json
  2. 0 5
      scripts/build.sh

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230705181133"
+  "value": "20230705182522"
 }

+ 0 - 5
scripts/build.sh

@@ -57,11 +57,6 @@ function testServer() {
     expect "*]#"
     send "unzip -o ${file_name}\r"
 
-    # 删除上传的文件压缩包
-    expect "*]#"
-    send "rm -rf ${file_name}\r"
-    expect "*]#"
-
     # 退出
     send "exit\r"
     expect eof