mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 14:22:02 +00:00
dmg-license is a darwin-only package required for macOS DMG building. The CI runs on Linux, so npm install fails when trying to install a platform-specific devDependency. Using --force allows npm to skip platform mismatches instead of erroring out, allowing the build to proceed on non-darwin platforms where the darwin-only dependency will simply be skipped. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>