mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修复简易打包器在UOS无法正常启动的问题
This commit is contained in:
parent
59064fb1c6
commit
dc3477eae2
@ -8,7 +8,7 @@ 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")
|
||||
os.system("python3 -m pip install --upgrade xpinyin --trusted-host https://repo.huaweicloud.com -i https://repo.huaweicloud.com/repository/pypi/simple")
|
||||
import xpinyin
|
||||
import traceback
|
||||
import subprocess
|
||||
@ -692,4 +692,4 @@ if __name__ == "__main__":
|
||||
window.show()
|
||||
# 设置字体
|
||||
SetFont(app)
|
||||
sys.exit(app.exec_())
|
||||
sys.exit(app.exec_())
|
||||
|
Loading…
Reference in New Issue
Block a user