parent
d4966852d7
commit
1023c2ef80
|
|
@ -140,6 +140,7 @@ def pyinstaller_qt_workaround():
|
|||
if (hasattr(sys, 'frozen') and
|
||||
hasattr(sys, '_MEIPASS') and
|
||||
sys.platform == 'win32'):
|
||||
# pylint: disable=no-member,protected-access
|
||||
os.environ['PATH'] += os.pathsep + sys._MEIPASS
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -108,7 +108,8 @@ def smoke_test(executable):
|
|||
r'\[.*\] LOADER: .*',
|
||||
|
||||
# https://github.com/qutebrowser/qutebrowser/issues/4919
|
||||
r'objc\[.*\]: .* One of the two will be used\. Which one is undefined\.',
|
||||
(r'objc\[.*\]: .* One of the two will be used\. '
|
||||
r'Which one is undefined\.'),
|
||||
(r'QCoreApplication::applicationDirPath: Please instantiate the '
|
||||
r'QApplication object first'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in New Issue