You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Asset path resolution for pip installs — asset() in core/utils.py now uses a
three-tier lookup: PyInstaller _MEIPASS → importlib.resources.files("assets") →
source-tree fallback. assets/__init__.py added so setuptools packages the directory and importlib.resources can address it. Resolves broken icon path after pip install ..
Stale jpegio runtime dependency removed — jpegio was listed in pyproject.toml
but is not imported anywhere; JPEG support has used the pixel-domain LSB pipeline since 2.0.6.