Skip to content

v1.6.4 — Fix macOS menu bar (NSBundle patch)

Latest

Choose a tag to compare

@thongor77 thongor77 released this 28 Jun 10:23
· 1 commit to main since this release

Fix

  • macOS: menu bar affiche désormais NMLinux au lieu de Python
    • Cause racine : NSBundle.mainBundle() résout vers le bundle Python.framework (CFBundleName = "Python") que Qt lit pendant la construction de QApplication
    • Fix : patch du dict infoDictionary() avant QApplication + renommage des items via AppKit.NSApp.mainMenu() en fallback

Update

git pull && bash packaging/install_macos_app.sh --system