Skip to content

Commit e0a8a30

Browse files
committed
update command for mac damaged error
1 parent a363e14 commit e0a8a30

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ai_prompt_gen/ai_prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1962,7 +1962,7 @@ Window 模式和 Pet 模式共享上下文,这意味着你可以在两种模
19621962
- **macOS**: 首次打开时可能提示应用"已损坏,无法打开。您应该将它移到废纸篓"。解决方法:
19631963
1. 在命令行执行命令 `sudo spctl --master-disable`
19641964
2. 打开系统设置 - 安全与隐私,在软件来源处选择任意来源。
1965-
3. 在命令行执行命令 `xattr -rc /Applications/Open LLM Vtuber.app`
1965+
3. 在命令行执行命令 `xattr -d com.apple.quarantine "/Applications/open-llm-vtuber-electron.app"`
19661966
4. 再次打开应用即可
19671967

19681968
你可以通过搜索这些报错,了解更多关于他们的信息和解决方法。

docs/user-guide/frontend/mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Window 模式和 Pet 模式共享上下文,这意味着你可以在两种模
2121
- **macOS**: 首次打开时可能提示应用"已损坏,无法打开。您应该将它移到废纸篓"。解决方法:
2222
1. 在命令行执行命令 `sudo spctl --master-disable`
2323
2. 打开系统设置 - 安全与隐私,在软件来源处选择任意来源。
24-
3. 在命令行执行命令 `xattr -rc /Applications/Open LLM Vtuber.app`
24+
3. 在命令行执行命令 `xattr -d com.apple.quarantine "/Applications/open-llm-vtuber-electron.app"`
2525
4. 再次打开应用即可
2626

2727
你可以通过搜索这些报错,了解更多关于他们的信息和解决方法。

i18n/en/docusaurus-plugin-content-docs/current/user-guide/frontend/mode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Since our desktop application has not been code-signed, you may encounter the fo
2121
- **macOS**: When first opening, you may see a warning that the app "is damaged and can't be opened. You should move it to the Trash". To resolve this:
2222
1. Run the command `sudo spctl --master-disable` in terminal
2323
2. Open System Settings - Security & Privacy, select "Allow apps downloaded from: Anywhere"
24-
3. Run the command `xattr -rc /Applications/Open LLM Vtuber.app` in terminal
24+
3. Run the command `xattr -d com.apple.quarantine "/Applications/open-llm-vtuber-electron.app"` in terminal
2525
4. Try opening the app again
2626

2727
You can search for these errors to learn more about them and their solutions.

0 commit comments

Comments
 (0)