tauri-docs
tauri-docs copied to clipboard
The source for all Tauri project documentation.
### Question you want answered How can I sign windows executable and instealler ### Where did you look for an answer? I checked https://v2.tauri.app/distribute/ and there is no (stub) page...
https://github.com/tauri-apps/tauri-docs/blob/c2398b2231a8b32eea05565f764aef06db1b8c9b/src/content/docs/distribute/flatpak.mdx?plain=1#L60 As you can see, this link is wrong. Should it point to https://v2.tauri.app/distribute/debian/ possibly? Though that is a stub so hmm…
I found that gen folder is generated but migration guide does not mention that folder. It seems to be intended to be gitignored but there is no documentation in migration...
#### Description - What does this PR change? Give us a brief description. - Closes # we should have a v1 tag that points to the latest v1 release, allowing...
This is a guide on how to add system tray for your app in tauri v2 based on this [issue](https://github.com/tauri-apps/tauri/issues/8331). I changed code from there so it works on newest...
### Question you want answered Developing Android on windows 11 requires enabling developer mode ### Where did you look for an answer? I remember from the previous documentation there were...
``` Error failed to get cargo metadata: cargo metadata command exited with a non zero exit code: cargo: /nix/store/jv2p6cmx23ihj5y4r98wnn2nmv4qhfh5-openssl-3.0.14/lib/libssl.so.3: version `OPENSSL_3.2.0' not found (required by /usr/lib/libcurl.so.4) cargo: /nix/store/jv2p6cmx23ihj5y4r98wnn2nmv4qhfh5-openssl-3.0.14/lib/libssl.so.3: version `OPENSSL_3.3.0'...
### Question you want answered - ### Where did you look for an answer? - ### Page URL _No response_ ### Additional context There are some bad links that leads...
#### Description - What does this PR change? Give us a brief description. - Closes #
tauri not usable in production without permission (like mic, screen capture, etc.), surprised it's not documented refs - https://github.com/tauri-apps/tauri/issues/9928