prole/installer/welcome.txt
chrisfu da8bca97f6 chore(installer): Show 'Prole Installer' name and Prole icon on macOS; read images from properties
- Set visible process/menu name to 'Prole Installer' via Foundation on macOS.
- Prefer .icns from built Prole.app for Dock icon; fallback to PNG from properties via AppKit.
- Keep Tk iconphoto as a universal fallback.
- Move image configuration to prole-app/prole.properties with new keys:
  - icon=img/proleIcon.png
  - background=img/proleLogoSepia.png
- Support legacy keys ui.icon and ui.background for backward compatibility.

Files:
- install.py: strengthen _set_app_identity for process title and Dock icon.
- installer/config.py: add getters prioritizing new keys (with fallbacks).
- prole-app/prole.properties: add canonical keys; retain legacy; document.

Result: On macOS the menu bar now shows 'Prole Installer' instead of 'Python' and the Dock uses the Prole 'P' icon by default. Non-macOS behavior unchanged.
2025-12-02 18:52:04 -08:00

12 lines
539 B
Plaintext

################################
# ╭──────────────────────────╮ #
# │ _ │ #
# │ | | │ #
# │ _ __ _ __ ___ | | ___ │ #
# │ | '_ \| '__/ _ \| |/ _ \ │ #
# │ | |_) | | | (_) | | __/ │ #
# │ | .__/|_| \___/|_|\___| │ #
# │ | | │ #
# │ |_| │ #
# ╰──────────────────────────╯ #
################################