You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Yuyi Wang add9aff3ea
fix: fix dangling pointer with Windows API, fixes #5. (#6)
3 years ago
.changes init 3 years ago
.github/workflows init 3 years ago
examples fix(Windows): limit window/class names to 15 chars, closes #5 3 years ago
src fix: fix dangling pointer with Windows API, fixes #5. (#6) 3 years ago
.gitignore init 3 years ago
.license_template init 3 years ago
Cargo.toml chore(deps): update tauri to v1 stable 3 years ago
README.md chore: update `README.md` 3 years ago

README.md

Tauri Plugin single-instance

[WIP] Ensure a single instance of your tauri app is running.

Platforms:

  • Windows
  • Linux
  • macOS