Skip to content

0.3.36

Choose a tag to compare

@github-actions github-actions released this 15 Jul 08:07
4807a88

⚠️ macOS 用户必读

如果打开 Molio 时提示已损坏,无法打开或无法验证开发者,
这是 macOS Gatekeeper 对未公证应用的正常拦截(Apple 公证需要 $99/年的 Apple Developer Program)。
应用本身没有安全问题,请按以下方法解决:

方法一(推荐):右键打开

在 Finder 中 右键 点击 Molio.app → 选择 打开 → 在弹出的对话框中再次点击 打开
只需操作一次,以后可直接双击打开。

方法二:移除隔离标记

打开终端,运行以下命令(请将路径替换为你的 Molio.app 实际位置):

# 如果装在 /Applications:
sudo xattr -rd com.apple.quarantine /Applications/Molio.app

# 如果解压在 ~/Downloads:
xattr -rd com.apple.quarantine ~/Downloads/Molio.app

提示:如果从 ZIP 解压后首次打开仍被拦截,请前往 系统设置 → 隐私与安全性
在页面底部找到 Molio 并点击仍要打开。