修复完成

This commit is contained in:
gfdgd xi 2022-09-28 20:38:23 +08:00
parent 0fbbda6ecb
commit 3601d69fef

View File

@ -1024,7 +1024,7 @@ class GetDllFromWindowsISO:
if os.path.exists("/tmp/wine-runner-getdll"):
try:
os.rmdir("/tmp/wine-runner-getdll")
os.rmdir("/tmp/wine-runner-getdll-wim")
os.system("rm -rf /tmp/wine-runner-getdll-wim")
except:
# 如果无法删除可能是挂载了文件
os.system("wimunmount /tmp/wine-runner-getdll-wim")