Add info if executable is frozen to version output
This commit is contained in:
parent
4b95f369a4
commit
be75f45312
@ -217,6 +217,7 @@ def version():
|
||||
'Webkit: {}'.format(qWebKitVersion()),
|
||||
'Harfbuzz: {}'.format(os.environ.get('QT_HARFBUZZ', 'system')),
|
||||
'',
|
||||
'Frozen: {}'.format(hasattr(sys, 'frozen')),
|
||||
'Platform: {}, {}'.format(platform.platform(),
|
||||
platform.architecture()[0]),
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user