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"