diff --git a/README.md b/README.md index e6c9a35..919ad8b 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,9 @@ An AI voice assistant that lives in the Mac menu bar. ## 📥 Installation 1. **Download and Install**: Download the DinoPal installation package from the Releases section and complete the installation. -2. **"App is Damaged" Solution**: - - If you see a "The app is damaged" warning, don't worry. This happens because we don't have an official Apple Developer account yet, triggering macOS's built-in security. - - You can resolve this issue by running the following command in the Terminal: - - ```bash - sudo xattr -d com.apple.quarantine /Applications/DinoPal.app - ``` - - > ⚠️ **Note**: `/Applications/DinoPal.app` is the default app installation path. If you installed it elsewhere, adjust the path accordingly. +2. **"Not Opened" Solution**: + - If you see a "Not Opened" warning, don't worry. This happens because the version you are installing has not been audited by Apple yet, triggering macOS's built-in security. + - You can allow it to open by going to the Mac's settings-privacy & security and manually allowing it to open. Here is a tutorial video: --- diff --git a/README.zh.md b/README.zh.md index 1e0fd24..2561c70 100644 --- a/README.zh.md +++ b/README.zh.md @@ -15,15 +15,9 @@ ## 📥 安装 1. **下载安装**:从 Release 中下载 DinoPal 安装包并进行安装。 -2. **“文件已损坏” 解决方法**: - - 如果安装时出现“文件已损坏”的提示,请不要慌张。这是因为我目前还没有 Apple 的开发者账号,导致 Mac 触发了自我保护机制。 - - 你可以通过以下命令手动解除限制: - - ```bash - sudo xattr -d com.apple.quarantine /Applications/DinoPal.app - ``` - - > ⚠️ 注意:`/Applications/DinoPal.app` 是你的应用安装路径,如果不一样,请根据实际路径自行更改。 +2. **“DinoPal 未打开弹窗” 解决方法**: + - 如果安装时出现“未打开”的提示,请不要慌张。这是因为你正在安装的版本还没经过 Apple 的公证审核,导致 Mac 触发了自我保护机制。 + - 你可以在 Mac 的设置-隐私安全性中手动允许打开,下面是一个教学视频: --- diff --git a/update.json b/update.json index eb13f82..bb37170 100644 --- a/update.json +++ b/update.json @@ -1,6 +1,6 @@ { - "version": "0.0.1", - "downloadUrl": "https://github.com/fatwang2/dinopal/releases/download/v0.0.1/DinoPal-0.0.1-arm64.dmg", - "releaseNotes": "Born", + "version": "0.0.2", + "downloadUrl": "https://github.com/fatwang2/dinopal/releases/download/v0.0.2/DinoPal-0.0.2-arm64.dmg", + "releaseNotes": "What's New:\n1. Added Apple codesign for easier installation\n2. Added support for Intel version\n3. Enabled screen sharing with audio only\n4. Changed \"Github\" to \"GitHub\"", "forceUpdate": false }