Skip to content

Commit 3cb1301

Browse files
committed
* 拷贝config文件和压缩文件夹,区分Linux和Windows
1 parent a22dc48 commit 3cb1301

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
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
---

jade/jade_packing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)