mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
* Add styled DMG with arrow pointing to Applications - Add create-dmg as a bazel dependency for creating styled DMG installers - Add background image with arrow pointing from app to Applications - Update mac_build_handler to use create-dmg for styled DMG creation - Update CI workflow to use the new DMG creation process The DMG now shows a visual arrow guiding users to drag the app to the Applications folder. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Add --skip-jenkins flag for headless CI environment The AppleScript that positions icons times out in CI environments without a GUI session. Using --skip-jenkins skips the Finder styling while still including the background image and Applications link. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Switch from create-dmg to dmgbuild for CI compatibility dmgbuild generates .DS_Store files programmatically without needing AppleScript or Finder access, making it work in headless CI environments. - Remove create-dmg bazel dependency (relied on AppleScript) - Use dmgbuild Python tool instead (pip install dmgbuild) - Generates proper icon positions and background without GUI Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix DMG styling: lighter background, adjust icon positions - Use light gray background so file/folder names are readable - Move arrow up to align with icon centers - Move Applications link further right (500 -> 520) to clear the arrow Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Fix arrow: move left, connect head to shaft properly - Arrow now starts at x=200 (closer to app icon) - Arrow ends at x=460 (further from Applications at x=520) - Head and shaft now overlap for proper connection Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>