mirror of
https://gitee.com/gfdgd-xi/deep-wine-runner
synced 2025-12-14 02:52:03 +08:00
修复无法打开的问题
This commit is contained in:
@@ -3,7 +3,7 @@ import sys
|
||||
import os
|
||||
import atexit
|
||||
|
||||
PIDFILE = os.getenv() + '/tmp/deepin-wine-runner.pid'
|
||||
PIDFILE = os.getenv("TMPDIR") + '/tmp/deepin-wine-runner.pid'
|
||||
|
||||
#程序结束时清理pid
|
||||
@atexit.register
|
||||
|
||||
Reference in New Issue
Block a user