mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修复简易打包器无法打开的问题 https://gitee.com/gfdgd-xi/deep-wine-runner/issues/I85F9M
This commit is contained in:
parent
37ad313a66
commit
de76733f3f
@ -5,6 +5,10 @@ import json
|
||||
import time
|
||||
import updatekiller
|
||||
import random
|
||||
try:
|
||||
import xpinyin
|
||||
except:
|
||||
os.system("python3 -m pip install --upgrade xpinyin --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple --break-system-packages")
|
||||
import xpinyin
|
||||
import traceback
|
||||
import subprocess
|
||||
|
Loading…
Reference in New Issue
Block a user