I integrated tauri-specta into my build.
I didn't like the 'generate at unit test' time so I added a second binary to my project by adding a new src-tauri/src/bin/generate-specta.rs, but of course there are lots of other reasons a tauri app might have multiple binaries
Now cargo tauri build tries to bundle this binary and it tries(and fails for some reason) to bundle this second app.
How do I keep the same bundler behavior as when I only had the one main binary?
Looks like this is the same issue: https://stackoverflow.com/questions/76067440/using-tauri-with-multiple-rust-executables