Ariver
2026-06-03 a149d7b7bbbcc330b12ef0aa6b3d07d8ddaa860e
privatevoice.src/scripts/build-release-macos.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
#
# build-release-macos.sh — Build a signed & notarized macOS DMG for PrivateVoice Input
# build-release-macos.sh — Build a signed & notarized macOS DMG for PrivateVoice Dictation
#
# Prerequisites (one-time):
#   1. Install Developer ID certificate in Keychain
@@ -19,7 +19,7 @@
IDENTITY="Developer ID Application: Ningbo Zhuozhi Innovation Network Technology Co., Ltd. (3HY4G7M2AL)"
KEYCHAIN_PROFILE="privatevoice"
APP_NAME="PrivateVoice Input"
APP_NAME="PrivateVoice Dictation"
BUNDLE_ID="com.privatevoice.input"
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"