Skip to content

Commit 6ae32ab

Browse files
authored
Update build_exe.py
1 parent e3d97cf commit 6ae32ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pdf_tools/build_exe.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
import sys
88
import shutil
99

10+
sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8')
11+
1012
# 导入版本号
1113
try:
1214
from pdf_tool_gui import VERSION

0 commit comments

Comments
 (0)