bevy_github_ci_template icon indicating copy to clipboard operation
bevy_github_ci_template copied to clipboard

Use app bundles when building for macos

Open rparrett opened this issue 2 years ago • 0 comments

I think there may be some reason this isn't desirable alluded to here: https://github.com/bevyengine/bevy_github_ci_template/pull/13#issuecomment-1238796679

But I've been experimenting with this here, and it seems to generally work.

From what I can see the advantages are:

  • Works better with the itch app. Unlike with a .dmg where pressing "launch" just opens up a folder containing the binary.

And the disadvantages:

  • Chrome warns you about the file being unusual when downloading

In both cases, actually running the unsigned app (outside of the itch scenario) seems to require the same amount of effort.

rparrett avatar Sep 07 '22 04:09 rparrett