cargo-dist
cargo-dist copied to clipboard
macos .dmg/.app installer support?
This one is more gui app specific aiui so might not really make sense for what we care about?
Either way out of scope for MVP.
Any possibility this gets implemented?
On crates.io there seem to be quite a few DMG crates (unknown quality and features...) such as
- https://crates.io/crates/apple-dmg
- https://crates.io/crates/dmg-oxide
plus there are crates like cargo-bundle
- https://github.com/burtonageo/cargo-bundle
which could help create a bundle with Resource files etc.
I'm building a gui app (emulator) and I'd love to use this
I am creating dmg for bb-imager-rs manually using create-dmg directly since it is pretty simple. Here is the Makefile.