mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-13 18:42:03 +08:00
修复/tmp问题
This commit is contained in:
@@ -63,6 +63,8 @@ if sys.version_info[1] < 6:
|
||||
PythonLower()
|
||||
|
||||
TMPDIR = os.getenv("TMPDIR")
|
||||
if (TMPDIR == None):
|
||||
TMPDIR = ""
|
||||
|
||||
###################
|
||||
# 程序所需事件
|
||||
|
||||
Reference in New Issue
Block a user