macOS: WKWebView system backend (variant B)
release / gui-build (linux, bash) (push) Successful in 45s
release / gui-build (windows, cmd) (push) Successful in 1m14s
release / gui-build (macos, bash) (push) Successful in 55s

Default pywebview backend on macOS, no bundled Qt/Chromium — much
smaller installer and updates.
This commit is contained in:
2026-09-23 03:52:40 +00:00
parent aea73ccd36
commit 5b40e306d1
3 changed files with 3 additions and 23 deletions
-15
View File
@@ -82,21 +82,6 @@ _hiddenimports = [
"tomli_w",
]
if sys.platform == "darwin":
_hiddenimports.extend(
[
# pywebview Qt backend selected dynamically via webview.start(gui="qt")
"webview.platforms.qt",
"qtpy",
"PyQt6",
"PyQt6.QtCore",
"PyQt6.QtGui",
"PyQt6.QtWidgets",
"PyQt6.QtWebEngineCore",
"PyQt6.QtWebEngineWidgets",
]
)
a = Analysis(
[mediahive.winmain.__file__],
pathex=[],