From 3fbceec8de833416bf1ae049f959f222c3f1a4a0 Mon Sep 17 00:00:00 2001
From: Ariver <shanghai3168@gmail.com>
Date: Tue, 02 Jun 2026 14:05:59 +0800
Subject: [PATCH] Prepare Round 1 model profile QA baseline

---
 privatevoice.src/internal/updater/updater.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/VoiceSnapGo/internal/updater/updater.go b/privatevoice.src/internal/updater/updater.go
similarity index 97%
rename from VoiceSnapGo/internal/updater/updater.go
rename to privatevoice.src/internal/updater/updater.go
index b890e8e..7d728d5 100755
--- a/VoiceSnapGo/internal/updater/updater.go
+++ b/privatevoice.src/internal/updater/updater.go
@@ -62,7 +62,7 @@
 		return fmt.Errorf("cannot determine executable path: %w", err)
 	}
 
-	tempExe := filepath.Join(os.TempDir(), "VoiceSnap_new.exe")
+	tempExe := filepath.Join(os.TempDir(), "PrivateVoice_Input_new.exe")
 	oldExe := currentExe + ".old"
 
 	// Download new version

--
Gitblit v1.9.3