From dbd57dfb60268fb7646ff9cf7eaa431e065ea5a5 Mon Sep 17 00:00:00 2001 From: jitendra kumar saini <131435348+jitendra205saini@users.noreply.github.com> Date: Tue, 21 Jul 2026 09:49:03 +0530 Subject: [PATCH] docs: fix incorrect app identifier in CONTRIBUTING.md (#863) The CUDA backend path used com.voicebox.app, but the actual Tauri identifier is sh.voicebox.app (as in tauri.conf.json and all other docs). --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99aa11c7..2f14d72e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -91,7 +91,7 @@ On Windows, to build with CUDA support for local testing: just build-local # Build CPU + CUDA server binaries + Tauri installer ``` -This builds the CPU sidecar (bundled with the app), the CUDA binary (placed in `%APPDATA%/com.voicebox.app/backends/` for runtime GPU switching), and the installable Tauri app. +This builds the CPU sidecar (bundled with the app), the CUDA binary (placed in `%APPDATA%/sh.voicebox.app/backends/` for runtime GPU switching), and the installable Tauri app. Creates platform-specific installers (`.dmg`, `.msi`, `.AppImage`) in `tauri/src-tauri/target/release/bundle/`.