diff --git a/README-CN.md b/README-CN.md index eb20433..5832de4 100644 --- a/README-CN.md +++ b/README-CN.md @@ -245,6 +245,13 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设 - [iBar](https://www.better365.cn/ibar.html) - [Bartender](https://www.macbartender.com/) +### macOS 安装成功后打开提示文件损坏 + +> 这个通常是因为软件包本身没有签名导致的,可以尝试以下解决方法 + +1. 终端中执行 `sudo spctl --master-disable` 以允许任何来源 +2. 终端中执行 `sudo xattr -r -d com.apple.quarantine [AppPath]` 以尝试修复提示软件包损坏 + ## 获得帮助 > 因为是开源项目 全靠爱发电 所以支持有限 更新节奏不固定 diff --git a/README.md b/README.md index 9a55395..f59c386 100644 --- a/README.md +++ b/README.md @@ -243,6 +243,13 @@ Please refer to the detailed instructions under [Reasons why mouse and keyboard - [iBar](https://www.better365.cn/ibar.html) - [Bartender](https://www.macbartender.com/) +### After a successful installation of macOS, when I try to open it, I receive a prompt saying the file is damaged. + +> This is usually due to the software package not being signed. You can try the following solutions: + +1. Open Terminal and execute `sudo spctl --master-disable` to allow software from any source. +2. Open Terminal and execute `sudo xattr -r -d com.apple.quarantine [AppPath]` to attempt fixing the damaged software package prompt. + ## Getting Help > As this is an open source project run entirely by donations, support is limited and updates may not be on a fixed schedule.