#Running multiple windows, run in Dev, but not on Mac bundle
4 messages · Page 1 of 1 (latest)
this seems to be an issue with your bundler setup since the anchor.html file is missing in your dist directory.
are you using this? https://vite.dev/guide/build.html#multi-page-app (if the html file doesn't need vite's processing you can include it in the public folder as well https://vite.dev/guide/assets.html#the-public-directory)
did you trry a debug build via npm run tauri build -- --debug (output in target/debug/) already? It has the devtools and enabled and stuff and if you run the binary from inside a terminal tauri should tell you about which files it can't find.