Skip to content

Commit affc518

Browse files
committed
Fix build errors.
1 parent 16fd71c commit affc518

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.DS_Store

0 Bytes
Binary file not shown.

.github/.DS_Store

6 KB
Binary file not shown.

build_nk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ def compile_gui():
4444
"--include-package=gui_converter",
4545
"--include-package=support",
4646
"--include-package=update", # 添加update包以确保所有更新功能正常工作
47+
"--include-package=debug", # 添加update包以确保所有更新功能正常工作
4748
"--macos-signed-app-name=com.pyquick.converter",
4849
"--enable-plugin=pyside6",
4950
"--prefer-source-code",
5051
"--output-dir=dist", # Output directory
5152
"--remove-output",
52-
"--follow-imports",
5353
# Python 3默认使用UTF-8编码,移除不支持的参数
5454
main_script
5555
]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
Pillow>=8.0.0
2-
Nuitka>=2.7.0
1+
Pillow
2+
Nuitka
33
PySide6
44
rarfile
55
py7zr

0 commit comments

Comments
 (0)