Skip to content

Commit 39830e8

Browse files
committed
* 固定pyinstaller版本为4.6
1 parent 225234a commit 39830e8

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
@@ -3,15 +3,19 @@
33

44

55

6-
#### JadeV1.9.2 - 2023-03-24
7-
* 优化加密狗判断流程,刷新的时候一直占用一个Session
6+
#### JadeV1.9.3 - 2023-03-24
7+
* 固定pyinstaller版本为4.6
88
---
99

1010

1111

12+
1213
<details onclose>
1314
<summary>查看更多更新日志</summary>
1415

16+
#### JadeV1.9.2 - 2023-03-24
17+
* 优化加密狗判断流程,刷新的时候一直占用一个Session
18+
---
1519

1620
#### JadeV1.9.1 - 2023-03-24
1721
* pyinstaller版本不固定

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def get_app_version():
5050
package_data={'': ['*Run','*png']},
5151
include_package_data=True,
5252
platforms="any",
53-
install_requires=["easycython","pyinstaller","cryptography==3.4.8","cffi"] # 这个项目需要的第三方库
53+
install_requires=["easycython","pyinstaller==4.6","cryptography==3.4.8","cffi"] # 这个项目需要的第三方库
5454
)
5555

5656

0 commit comments

Comments
 (0)