fix gitbutler-app -> gitbutler-tauri broken links

This commit is contained in:
Josh Junon 2024-04-04 12:55:08 +02:00
parent 22a732b21e
commit a425c8c3b5
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
<div align="center">
<img align="center" width="128px" src="gitbutler-app/icons/128x128@2x.png" />
<img align="center" width="128px" src="crates/gitbutler-tauri/icons/128x128@2x.png" />
<h1 align="center"><b>GitButler</b></h1>
<p align="center">
Git branch management tool, built from the ground up for modern workflows