Replies: 1 comment
-
I think I figured out an OK way: instead of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I
cargo tauri build -b app
, and thenopen -nW -a app
, I don't get the stderr or stdout output form the app. Is there a way to change this?AFAICT, this is normal for Mac OS app bundles. I tried to run the binaries in
target/release
instead, but they have trouble finding the HTML/JS/CSS files. Is there a way to create a normal Mach-O binary with the HTML/JS/CSS compiled in?Update: An even worse problem with
open -nW -a app
for me is that I lose the exit code of the process. It always returns success.I also asked this on Discord (no answers yet).
Beta Was this translation helpful? Give feedback.
All reactions