UEngine 安装器支持安装使用 SuperSU Root 的镜像
This commit is contained in:
parent
a5104f8d03
commit
ca7ec5e7ad
|
@ -448,6 +448,10 @@ def InstallRootUengineImage():
|
|||
def UengineUbuntuInstall():
|
||||
threading.Thread(target=os.system, args=[f"'{programPath}/launch.sh' deepin-terminal -e bash '{programPath + '/uengine-installer'}'"]).start()
|
||||
|
||||
def UengineUbuntuInstallRoot():
|
||||
# 加 SuperSU 参数
|
||||
threading.Thread(target=os.system, args=[f"'{programPath}/launch.sh' deepin-terminal -e bash '{programPath + '/uengine-installer'} SuperSU'"]).start()
|
||||
|
||||
def UbuntuInstallUengine():
|
||||
threading.Thread(target=os.system, args=[f"'{programPath}/launch.sh' deepin-terminal -e bash '{programPath + '/uengine-installer'}'"]).start()
|
||||
|
||||
|
|
Loading…
Reference in New Issue