File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11### 更新日志
22
3- #### JadeV2.0.9 - 2023-11-20
4- * 拷贝config文件和压缩文件夹
3+ #### JadeV2.1.0 - 2023-11-20
4+ * 拷贝config文件和压缩文件夹,区分Linux和Windows
55---
66
77
88<details onclose >
99<summary >查看更多更新日志</summary >
1010
11+ #### JadeV2.0.9 - 2023-11-20
12+ * 拷贝config文件和压缩文件夹
13+ ---
14+
1115#### JadeV2.0.8 - 2023-09-21
1216* 解决加密狗重复登录的bug
1317---
Original file line number Diff line number Diff line change @@ -1020,7 +1020,7 @@ def zip_package(args):
10201020 output_path = CreateSavePath ("Output" )
10211021 if getOperationSystem () == "Windows" :
10221022 zip_file (install_path ,"Output/{}-win32.zip" .format (args .name + "V" + args .app_version ))
1023- elif getOperationSystem () == "" :
1023+ elif getOperationSystem () == "Linux " :
10241024 zip_file (install_path ,"Output/{}-liunx.zip" .format (args .name + "V" + args .app_version ))
10251025
10261026
You can’t perform that action at this time.
0 commit comments