We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fd71c commit affc518Copy full SHA for affc518
.DS_Store
0 Bytes
.github/.DS_Store
6 KB
build_nk.py
@@ -44,12 +44,12 @@ def compile_gui():
44
"--include-package=gui_converter",
45
"--include-package=support",
46
"--include-package=update", # 添加update包以确保所有更新功能正常工作
47
+ "--include-package=debug", # 添加update包以确保所有更新功能正常工作
48
"--macos-signed-app-name=com.pyquick.converter",
49
"--enable-plugin=pyside6",
50
"--prefer-source-code",
51
"--output-dir=dist", # Output directory
52
"--remove-output",
- "--follow-imports",
53
# Python 3默认使用UTF-8编码,移除不支持的参数
54
main_script
55
]
requirements.txt
@@ -1,5 +1,5 @@
1
-Pillow>=8.0.0
2
-Nuitka>=2.7.0
+Pillow
+Nuitka
3
PySide6
4
rarfile
5
py7zr
0 commit comments