Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable devtools for Release profile #26

Open
kirillt opened this issue Apr 2, 2024 · 0 comments
Open

Disable devtools for Release profile #26

kirillt opened this issue Apr 2, 2024 · 0 comments

Comments

@kirillt
Copy link
Member

kirillt commented Apr 2, 2024

File src-tauri/Cargo.toml enables devtools:

tauri = { version = "1.6.1", features = [
    ...
    "devtools"
]}

We need devtools for having more information during testing, but it should be disabled for builds which we ship to the end-user.

@alvinosh alvinosh linked a pull request Apr 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant