Bundle PyQtWebEngine on macOS and ship the app as a DMG
pywebview[qt] no longer depends on PyQtWebEngine, so fresh CI builds produced a macOS app without its Chromium engine that crashed on launch. Package MediaHive.app as a compressed DMG instead of zipping the raw onedir folder; release.py accepts .dmg artifacts.
This commit is contained in:
@@ -54,6 +54,8 @@ gui = [
|
||||
"pywebview>=6.2.1; platform_system == 'Windows'",
|
||||
"qtpy>=2.4.1; platform_system == 'Darwin'",
|
||||
"PyQt5>=5.15.11; platform_system == 'Darwin'",
|
||||
# pywebview[qt] no longer pulls this in; the macOS Qt backend needs it
|
||||
"PyQtWebEngine>=5.15.7; platform_system == 'Darwin'",
|
||||
"pythonnet>=3.1.0rc0; platform_system == 'Windows' and python_version >= '3.14'",
|
||||
"pyinstaller>=6.0",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user