mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
Tauri's DMG bundler passes --skip-jenkins to bundle_dmg.sh whenever CI=true, which GitHub Actions always sets. That skips the Finder AppleScript that applies the background, window size, and icon positions from tauri.conf.json, so every published DMG since #13563 shipped with the stock Finder window even though the artwork was generated and validated. Set TAURI_BUNDLER_DMG_IGNORE_CI so the script runs on the macOS runner's GUI session. Co-authored-by: Saoud Rizwan <saoudrizwan@users.noreply.github.com>