mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-07 18:59:36 +00:00
Update qtUpdater.py
This commit is contained in:
parent
82b6d749d3
commit
0ec57af39e
@ -28,7 +28,7 @@ def getArrayQtParams(text):
|
||||
array = text.split('\n')
|
||||
res = []
|
||||
|
||||
excludePlugins = ['freetype', 'xcb'];
|
||||
excludePlugins = ['freetype', 'xcb', 'webengine'];
|
||||
|
||||
for item in array:
|
||||
index = item.find('/qt')
|
||||
|
Loading…
x
Reference in New Issue
Block a user