修复uengine installer识别问题
This commit is contained in:
parent
06e6ffa470
commit
59de052531
Binary file not shown.
|
@ -305,7 +305,7 @@ def GetSystemVersion():
|
||||||
systemInformation = readtxt("/etc/os-release")
|
systemInformation = readtxt("/etc/os-release")
|
||||||
for systemInformation in systemInformation.split('\n'):
|
for systemInformation in systemInformation.split('\n'):
|
||||||
if "PRETTY_NAME=" in systemInformation:
|
if "PRETTY_NAME=" in systemInformation:
|
||||||
return systemInformation.replace("PRETTY_NAME=", "").replace('"', '')
|
return systemInformation.replace("NAME=", "").replace('"', '')
|
||||||
|
|
||||||
# 打开所有窗口事件
|
# 打开所有窗口事件
|
||||||
def Button5Click():
|
def Button5Click():
|
||||||
|
|
Loading…
Reference in New Issue