From 8cd205ee7e12a2b46d6beff6e5a6434c4862af24 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Fri, 05 Jun 2026 02:38:06 +0800 Subject: [PATCH] Strip quarantine attributes from App Store package --- privatevoice.src/app.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/privatevoice.src/app.go b/privatevoice.src/app.go index 05a781a..030bea4 100755 --- a/privatevoice.src/app.go +++ b/privatevoice.src/app.go @@ -28,7 +28,7 @@ const ( appVersion = "2.1.28" - appBuild = "20260605.0216" + appBuild = "20260605.0236" appDisplayVersion = appVersion + " (build " + appBuild + ")" appName = "PrivateVoice Dictation" -- Gitblit v1.9.3