-
### Describe the bug
When building a release bundle of my app, I noticed that Tauri is signing and notarizing the app twice. See these logs:
```
Compiling aptakube v0.0.0 (/Users/goenning/Docu…
-
I was distributing my software under a non open source License, however after a little bit of inquiry I discovered that AppImage might contain some Restricting License as GPL software not enabling me …
-
**Describe the bug**
Cannot install the package in Ubuntu 24.04 LTS, GNOME 46
**Logs**
sudo apt-get install globalprotect-openconnect
Reading package lists... Done
Building dependency tree... D…
sfa77 updated
1 month ago
-
Currently, adding directories to scan has to be done one at a time. Would it be possible to allow selecting multiple directories at the same time?
-
### Describe the bug
I have an `mjpg` server running in the background.
I play the video stream in my tauri app like so:
```html
```
The stream runs fine. If I refresh (right click > relo…
-
### Describe the bug
Horizontal scrollbar does not work, it appears but can't be moved with mouse or scroll
### Reproduction
Below I dropped a stripped down project (only with files needed to repro…
-
### Describe the bug
`tauri::WindowEvent::Focused(false)` window event is fired when trying to move/resize the window on Windows 10 as of tauri 1.2.
tauri 1.1 works fine.
### Reproduction
1.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Summary
Disable redirects
### Why should this be worked on?
Disable redirects
-
### Describe the bug
Builded msi installer gives the users option to `Close applications and attempt to restart them` (usually the conflicting application is the one the user is reinstalling/updati…
-
### Describe the bug
I created a Tauri App using `yarn create tauri-app`, and then changed the `main.rs` file to:
```rust
// Prevents additional console window on Windows in release, DO NOT REMOV…