firebelley / godot-export

Automatically exports your Godot games.
MIT License
460 stars 53 forks source link

Added case where macOS build is exported to .app #99

Closed bram-dingelstad closed 1 year ago

bram-dingelstad commented 1 year ago

The code assumed people only export to .zip or .dmg for macOS, but there is an additional case where you deploy straight to .app. This pull request adds that case. I trust you'll do some testing to verify this works correctly before merging.

Let me know what you think or if you have additional questions ✨

chtzvt commented 1 year ago

+1 for this issue, I ran into the very same problem some time ago.