mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-01-13 01:58:27 +08:00
修复完成
This commit is contained in:
parent
0fbbda6ecb
commit
3601d69fef
@ -1024,7 +1024,7 @@ class GetDllFromWindowsISO:
|
|||||||
if os.path.exists("/tmp/wine-runner-getdll"):
|
if os.path.exists("/tmp/wine-runner-getdll"):
|
||||||
try:
|
try:
|
||||||
os.rmdir("/tmp/wine-runner-getdll")
|
os.rmdir("/tmp/wine-runner-getdll")
|
||||||
os.rmdir("/tmp/wine-runner-getdll-wim")
|
os.system("rm -rf /tmp/wine-runner-getdll-wim")
|
||||||
except:
|
except:
|
||||||
# 如果无法删除可能是挂载了文件
|
# 如果无法删除可能是挂载了文件
|
||||||
os.system("wimunmount /tmp/wine-runner-getdll-wim")
|
os.system("wimunmount /tmp/wine-runner-getdll-wim")
|
||||||
|
Loading…
Reference in New Issue
Block a user