Terminal is running on release app #10255
-
Hello, I'm new on Tauri and I'm releasing my first app on it but I realize that Terminal is opening on release mode. Is it supposed to happen this? |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Jul 11, 2024
Replies: 1 comment 1 reply
-
The templates by default have this line in main.rs: https://github.com/tauri-apps/create-tauri-app/blob/dev/templates/_base_/src-tauri/src/main.rs.lte#L1-L2 Did you by any chance remove it? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ithustle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The templates by default have this line in main.rs: https://github.com/tauri-apps/create-tauri-app/blob/dev/templates/_base_/src-tauri/src/main.rs.lte#L1-L2
Did you by any chance remove it?