From 7e92b290b63be0b5ff926684f9e90d6c97a7abe0 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 31 May 2025 12:14:54 +0400 Subject: [PATCH] chore: update description and readme --- README.md | 2 ++ src-tauri/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b27805a..2f979e5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ ## Download +> As of right now, the app is not signed by Apple. You need to have Gatekeeper disabled to run it. + The app can be downloaded from the [releases page](https://github.com/zhom/donutbrowser/releases/latest). ## Supported Platforms diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index e5c07ad..5427ed0 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "donutbrowser" version = "0.2.1" -description = "A Tauri App" +description = "Browser Orchestrator" authors = ["zhom@github"] edition = "2021"