From f8afa646bea66dc5013df8bd3d2c26af10b85e42 Mon Sep 17 00:00:00 2001 From: amrbashir Date: Tue, 3 May 2022 14:09:34 +0200 Subject: [PATCH] chore: update `README.md` --- Cargo.toml | 2 +- README.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1d89681..ee10c6e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-single-instance" -description = "" +description = "Ensure a single instance of your tauri app is running." version = "0.0.0" authors = [ "Tauri Programme within The Commons Conservancy" ] edition = "2021" diff --git a/README.md b/README.md index e9fb99eb..1549e20c 100644 --- a/README.md +++ b/README.md @@ -1 +1,8 @@ # Tauri Plugin single-instance + +[WIP] Ensure a single instance of your tauri app is running. + +Platforms: +- [x] Windows +- [x] Linux +- [ ] macOS \ No newline at end of file