From 258fdd9d21ba7c4698d7659b41c7c2fb0c1aba7a Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 24 Apr 2026 11:34:46 -0700 Subject: [PATCH] update contributing.md for installer-gui --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af96d75..eac9459 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -76,7 +76,7 @@ This one is for maintainers of Rayhunter. 1. Make a PR changing the versions in `Cargo.toml` and other files. This could be automated better but right now it's manual. You can do this easily with sed: - `sed -i "" -E 's/x.x.x/y.y.y/g' */Cargo.toml` + `sed -i "" -E 's/x.x.x/y.y.y/g' */Cargo.toml installer-gui/src-tauri/Cargo.toml` 2. Merge PR and make a tag.