4
0
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:
Andrei Yankovich 2019-09-19 10:41:26 +03:00 committed by GitHub
parent 82b6d749d3
commit 0ec57af39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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')