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/wails.json |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VoiceSnapGo/wails.json b/privatevoice.src/wails.json
similarity index 70%
rename from VoiceSnapGo/wails.json
rename to privatevoice.src/wails.json
index 8c91def..6e9da9f 100755
--- a/VoiceSnapGo/wails.json
+++ b/privatevoice.src/wails.json
@@ -1,13 +1,13 @@
 {
   "$schema": "https://wails.io/schemas/config.v3.json",
-  "name": "VoiceSnap",
-  "outputfilename": "VoiceSnap",
+  "name": "PrivateVoice Input",
+  "outputfilename": "PrivateVoice Input",
   "frontend:install": "npm install",
   "frontend:build": "npm run build",
   "frontend:dev:watcher": "npm run dev",
   "frontend:dev:serverUrl": "auto",
   "author": {
-    "name": "VoiceSnap Team",
+    "name": "PrivateVoice",
     "email": ""
   }
 }

--
Gitblit v1.9.3