We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3d97cf commit 6ae32abCopy full SHA for 6ae32ab
pdf_tools/build_exe.py
@@ -7,6 +7,8 @@
7
import sys
8
import shutil
9
10
+sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
11
+
12
# 导入版本号
13
try:
14
from pdf_tool_gui import VERSION
0 commit comments