#Running multiple windows, run in Dev, but not on Mac bundle

4 messages · Page 1 of 1 (latest)

cobalt oracle
#

Running multiple windows, run in Dev, but not on Mac bundle

sinful cliff
#

this seems to be an issue with your bundler setup since the anchor.html file is missing in your dist directory.

sinful cliff
#

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.