Describe the problem
I always have to rename macOS bundles when releasing my app. On windows and linux, all bundles start with AppName_Version_***, while in macOS it's just AppName_***
And this naming is required if you're pushing assets to S3 for the auto-uploader to pick up, as you need distinct names for each version.
Describe the solution you'd like
Name macOS bundles just like the other platforms.
Alternatives considered
I can rename it myself, manually or scripted, which is what I do today, but this would be that nice extra DX touch if Tauri would do it automatically :)
Additional context
No response
Describe the problem
I always have to rename macOS bundles when releasing my app. On windows and linux, all bundles start with
AppName_Version_***, while in macOS it's justAppName_***And this naming is required if you're pushing assets to S3 for the auto-uploader to pick up, as you need distinct names for each version.
Describe the solution you'd like
Name macOS bundles just like the other platforms.
Alternatives considered
I can rename it myself, manually or scripted, which is what I do today, but this would be that nice extra DX touch if Tauri would do it automatically :)
Additional context
No response