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:
@@ -16,6 +16,8 @@ import PyQt5.QtCore as QtCore
|
||||
import PyQt5.QtWidgets as QtWidgets
|
||||
|
||||
TMPDIR = os.getenv("TMPDIR")
|
||||
if (TMPDIR == None):
|
||||
TMPDIR = ""
|
||||
|
||||
# 获取用户主目录
|
||||
def get_home():
|
||||
|
||||
Reference in New Issue
Block a user