Skip to content

Commit 8c2d6cb

Browse files
committed
typo
1 parent 82e7c37 commit 8c2d6cb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/artisan-linux.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hiddenimports_list=[
3333
'PyQt6.QtWebChannel', ## Win incl., but did not help
3434
'PyQt6.QtWebEngineCore', ## Win incl.
3535
# 'PyQt6.QtQuick', # links to QmlMeta, but did not help
36-
'PyQt6.QtWebEngineQuick', # links to QmlMeta, but did not help
36+
# 'PyQt6.QtWebEngineQuick', # links to QmlMeta, but did not help
3737
# 'PyQt6.QtQml', # unclear, but did not help
3838
# 'PyQt6.QtQuick3D', # links to QmlMeta, not tried yet
3939
'babel.numbers' # should not be needed as it got fixed in pyinstaller 6.11

src/artisan-win.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ for fn in [
353353
r'_internal\PyQt6\Qt6\bin\Qt6MultimediaQuick.dll',
354354
r'_internal\PyQt6\Qt6\bin\Qt6PdfQuick.dll',
355355
r'_internal\PyQt6\Qt6\bin\Qt6PositioningQuick.dll',
356-
#r'_internal\PyQt6\Qt6\bin\Qt6QmlWorkerScript.dll', # required for pyqt6 v6.8
356+
#r'_internal\PyQt6\Qt6\bin\Qt6QmlWorkerScript.dll', # required for pyqt6 v6.8+
357357
r'_internal\PyQt6\Qt6\bin\Qt6Quick3D.dll',
358358
r'_internal\PyQt6\Qt6\bin\Qt6Quick3DAssetImport.dll',
359359
r'_internal\PyQt6\Qt6\bin\Qt6Quick3DAssetUtils.dll',

src/artisanlib/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2802,7 +2802,7 @@ def __init__(self, parent:QWidget|None = None, *, locale:str, WebEngineSupport:b
28022802
self.htmlAction,
28032803
self.printAction,
28042804
self.quitAction,
2805-
# # edit menu
2805+
# # edit menu (not disabled to have same working in file dialogs)
28062806
# self.cutAction,
28072807
# self.copyAction,
28082808
# self.pasteAction,

src/build-linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ cp -R includes/Icons/* dist/Icons
138138
keep_qt_modules="libQt6Bluetooth libQt6Concurrent libQt6Core libQt6DBus libQt6Gui libQt6Network
139139
libQt6OpenGL libQt6Positioning libQt6PrintSupport libQt6Qml libQt6QmlModels libQt6QmlMeta libQt6Quick libQt6QuickWidgets
140140
libQt6Svg libQt6WaylandClient libQt6WaylandEglClientHwIntegration libQt6WebChannel libQt6WebEngineCore
141-
libQt6WebEngineWidgets libQt6Widgets libQt6WlShellIntegration libQt6XcbQpa QtQmlWorkerScript"
141+
libQt6WebEngineWidgets libQt6Widgets libQt6WlShellIntegration libQt6XcbQpa libQt6QmlWorkerScript"
142142

143143
for qtlib in $(find dist/_internal/PyQt6/Qt6/lib -type f -name "libQt6*.so.*"); do
144144
qtlib_filename="${qtlib##*/}"

0 commit comments

Comments
 (0)