crabnebula-dev / cargo-packager

Rust executable packager, bundler and updater.
https://docs.crabnebula.dev/packager/
Apache License 2.0
241 stars 16 forks source link

feat(packager): cross platform macOS app bundle packaging #198

Closed lucasfernog-crabnebula closed 5 months ago

lucasfernog-crabnebula commented 5 months ago

This PR allows packaging the macOS app bundle on Linux and Windows hosts. Since we only copy assets to a .app folder, it is possible. codesign and notarization are skipped when not on a macOS host.