#Where is the binary after a build

1 messages · Page 1 of 1 (latest)

rough mantle
#

noob questions. I have been searching through the history and online but can't find an answer.

I created my first project the ran the build command. It created an app ( mac ) and showed an install screen which is great. But where can I find the binary itself? Is the only one available the one in the Applications folder or should there be one in the project dist folder as well?

cloud cargo
#

it should be in src-tauri/target/release/bundle idk what the folder name will be bc i don't use mac but should be able to find it from there

rough mantle