Skip to content

Commit

Permalink
release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fatwang2 committed Dec 19, 2024
1 parent 5852daa commit 9a7fd32
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 21 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

---

Expand Down
12 changes: 3 additions & 9 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 的设置-隐私安全性中手动允许打开,下面是一个教学视频:

---

Expand Down
6 changes: 3 additions & 3 deletions update.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 9a7fd32

Please sign in to comment.