From a425c8c3b5d5978b7b0a9c3dd0b0478e00ec041c Mon Sep 17 00:00:00 2001 From: Josh Junon Date: Thu, 4 Apr 2024 12:55:08 +0200 Subject: [PATCH] fix gitbutler-app -> gitbutler-tauri broken links --- DEVELOPMENT.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 7eb3b6ef7..3e325136d 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -153,7 +153,7 @@ We are also collecting tokio's runtime tracing information that could be viewed To build the app in production mode, run: ```bash -$ pnpm tauri build --features devtools --config gitbutler-app/tauri.conf.nightly.json +$ pnpm tauri build --features devtools --config crates/gitbutler-tauri/tauri.conf.nightly.json ``` This will make an asset similar to our nightly build. diff --git a/README.md b/README.md index 9bc89f55f..7140e738a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- +

GitButler

Git branch management tool, built from the ground up for modern workflows