You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using cargo-bundle to bundle builds but when I bundle the app I have built with druid and run it on another mac with the same arch I get this:
This could be an issue with cargo-bundle but since it used to work with other apps I wrote I think it might be a thing I'm missing related to druid? Perhaps we need frameworks that need to be bundled with this? (https://github.com/burtonageo/cargo-bundle#mac-os-x-specific-settings)
I'm also open to hear what others do to bundle their app. I don't mind using something else as long as I can share my binary with other macs.
Cheers
The text was updated successfully, but these errors were encountered:
Hi there,
I've been using
cargo-bundle
to bundle builds but when I bundle the app I have built with druid and run it on another mac with the samearch
I get this:This could be an issue with cargo-bundle but since it used to work with other apps I wrote I think it might be a thing I'm missing related to druid? Perhaps we need frameworks that need to be bundled with this? (https://github.com/burtonageo/cargo-bundle#mac-os-x-specific-settings)
I'm also open to hear what others do to bundle their app. I don't mind using something else as long as I can share my binary with other macs.
Cheers
The text was updated successfully, but these errors were encountered: