I’m currently using Defold 1.4.8 and I’ve noticed that if I bundle a macOS app the folder is always ‘x86_64-macos’ regardless if I choose to bundle a ‘universal’ or ‘arm64’ specific bundle. This only becomes a problem if you want to bundle an arm version along with an x64 version as Defold prompts to overwrite the ‘x86_64-macos’ folder.
Any chance we can change the output folder names to:
’universal-macos’ for x86_64 and arm64
’x86_64-macos’ for x86_64
’arm64-macos’ for arm64