-
### 📦 部署方式
官方安装包
### 📌 软件版本
2.14
### 💻 系统环境
Windows
### 📌 系统版本
11
### 🌐 浏览器
Edge
### 📌 浏览器版本
127
### 🐛 问题描述
自己部署了一个webdav服务,通过curl测试上传下载正常
curl -u 123123:123123 -T ./1.txt https://webdav…
-
I was checking out `create-rspc-app` to see quick scaffolding with PCR but got these errors where the first seems to be the build scripts not handling linux machines (I'm running linux)
```
❯ create…
-
**Problem**
I use Tauri to open windows of external sites as well as the "main" application window of local HTML/JS/CSS. I still want to interact with the DOM of those external sites and know the res…
-
**Is your feature request related to a problem? Please describe.**
I would like the Launcher to expose an API to hApps to request permission for and send OS Notifications
**Describe the solution y…
-
keep having failed build that seem non deterministic
https://github.com/mediar-ai/screenpipe/actions/workflows/release-app.yml
usually:
- runner running out of disk space (ubuntu)
- some disk…
-
**command:**
yarn tauri build
**problem:**
`
Error [tauri_cli_node] failed to bundle project: error running light.exe: error running light.exe: `failed to run C:\Users\xxx\AppData\Local\…
-
### Describe the bug
I have added a folder created with pyinstaller to my resources, then I use command::new() to run the main binary inside this folder. When I use `cargo tauri dev` everything wor…
-
tauri 看起来是可以打包成app的
如果能行就完美了
除了tauri好像这个也支持安卓
https://github.com/socketsupply/socket
-
Hi, first excellent job you did here, hope it gets mainstream with the Tauri repo.
I'm having trubles building my app with GitHub actions on all 3 platforms (windows, macOS, and Ubuntu) due to tauri-…
-
I want to launch desktop app with a redirect URI after authenticating with OAuth.
Can I achieve this with a custom protocol?