Open
Description
Describe the bug
src-tauri/capabilities/default.json
{
"$schema": "../gen/schemas/desktop-schema.json",
"identifier": "default",
"description": "Capability for the main window",
"windows": ["*"],
"permissions": ["core:default"]
}
src-tauri/Cargo.toml
[package]
name = "rmst-toolkit"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
# The `_lib` suffix may seem redundant but it is necessary
# to make the lib name unique and wouldn't conflict with the bin name.
# This seems to be only an issue on Windows, see https://github.com/rust-lang/cargo/issues/8519
name = "rmst_tauri_test_lib"
crate-type = ["staticlib", "cdylib", "rlib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = [
"tray-icon",
"image-png",
"image-ico",
"devtools",
] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
rand = "0.9.0"
enigo = "0.3.0"
tauri-plugin-updater = "2"
tauri-plugin-single-instance = "2.2.4"
tauri-plugin-process = "2"
log = "0.4.27"
tauri-plugin-log = "2.2.0"
tauri-plugin-global-shortcut = "2.2.0"
tauri-plugin-clipboard-manager = "2.2.2"
tauri-plugin-store = "2"
tauri-plugin-dialog = "2.2.2"
tauri-plugin-os = "2"
Reproduction
No response
Expected behavior
No response
Full tauri info
output
[✔] Environment
- OS: Windows 10.0.19045 x86_64 (X64)
✔ WebView2: 136.0.3240.92
✔ MSVC: Visual Studio 生成工具 2022
✔ rustc: 1.86.0 (05f9846f8 2025-03-31)
✔ cargo: 1.86.0 (adf9b6ad1 2025-02-28)
✔ rustup: 1.28.1 (f9edccde0 2025-03-05)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 22.14.0
- pnpm: 10.6.5
- yarn: 1.22.19
- npm: 10.9.2
- bun: 1.1.2
[-] Packages
- tauri 🦀: 2.5.1
- tauri-build 🦀: 2.2.0
- wry 🦀: 0.51.2
- tao 🦀: 0.33.0
- @tauri-apps/api : 2.5.0
- @tauri-apps/cli : 2.5.0
[-] Plugins
- tauri-plugin-global-shortcut 🦀: 2.2.1
- @tauri-apps/plugin-global-shortcut : not installed!
- tauri-plugin-fs 🦀: 2.3.0
- @tauri-apps/plugin-fs : not installed!
- tauri-plugin-clipboard-manager 🦀: 2.2.2
- @tauri-apps/plugin-clipboard-manager : not installed!
- tauri-plugin-log 🦀: 2.4.0
- @tauri-apps/plugin-log : not installed!
- tauri-plugin-dialog 🦀: 2.2.2
- @tauri-apps/plugin-dialog : not installed!
- tauri-plugin-updater 🦀: 2.7.1
- @tauri-apps/plugin-updater : not installed!
- tauri-plugin-single-instance 🦀: 2.2.4
- @tauri-apps/plugin-single-instance : not installed!
- tauri-plugin-store 🦀: 2.2.0
- @tauri-apps/plugin-store : not installed!
- tauri-plugin-os 🦀: 2.2.1
- @tauri-apps/plugin-os : not installed!
- tauri-plugin-process 🦀: 2.2.1
- @tauri-apps/plugin-process : not installed!
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist
- devUrl: http://localhost:1422/
- framework: React
- bundler: Vite
Stack trace
Additional context
No response