-
would be cool I think to integrate
something like https://github.com/tauri-apps/tauri-action/blob/dev/.github/workflows/ci.yml
or https://github.com/tauri-apps/create-tauri-app to bundle for mac and…
-
**Describe the bug**
I'm attempting to run Tauri on an existing prod React project. I have been encountering a panic somewhat reliably after a deep-link is called (user goes to complete oauth flow, d…
-
### Describe the bug
I followed the steps in the link below. I didn't any change the created files at all.
https://v2.tauri.app/start/create-project/
After the "npm run tauri dev" command the a…
-
### Describe the bug
When I want to use tauri's fetch function to send data to my python program ( this program start in tauri::Command), I send it smoothly and get response in the first time, and …
-
Hello, first of all I'd like to thank you for building this awesome project.
Currently I am building a Tauri app that retrieves user's browser url info every 1 second.
I am using `x-win` Rust …
-
### Describe the bug
Here's my code
```js
let db = await Database.load(`mysql://${username}:${password}@${host}:${port}/information_schema`)
let res = await db.select(`SELECT * FROM INFORMATION_SC…
-
### Describe the bug
On Windows and Linux, configuring fileAssociations does not trigger the onOpenUrl method of the deep-link plugin when double-clicking a file.
`tauri.config.json`
```json
…
-
I spend a whole day, trying to figure out, what is going on. And finally - I hope - I found the issue.
I was trying to update my app on Mac, which always returned a "UnexpectedKeyId". This sounded …
-
Hi, I'm trying to sign my macOS app using the Tauri action and it's hanging when it first runs codesign. From testing it out locally, it seems like it's getting stuck waiting on the user prompt to unl…
-
webkit2gtk-4.0 needs some extra handling as described in https://github.com/tauri-apps/tauri/pull/2940.
https://github.com/probonopd/PrusaSlicer/blob/efe3df7c9a9a3bd8c2b7bdfa3ec6bb31bb67ab41/.githu…