We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af11ed2 commit e0319b7Copy full SHA for e0319b7
.github/workflows/release.yml
@@ -584,6 +584,14 @@ jobs:
584
- **Intel 芯片**: 下载 \`darwin-x64\` 版本
585
- **安装程序**: 下载 \`.dmg\` 文件,双击挂载后拖拽到应用程序文件夹
586
- **便携版**: 下载 \`.zip\` 文件,解压后运行 \`PromptOptimizer.app\`
587
+ - ⚠️ **安全提示**: 如果打开应用时提示「已损坏」或「无法验证开发者」,请在终端执行以下命令后重试:
588
+ \`\`\`bash
589
+ xattr -rd com.apple.quarantine /Applications/PromptOptimizer.app
590
+ \`\`\`
591
+ 或者对于 .dmg 文件:
592
593
+ xattr -rd com.apple.quarantine ~/Downloads/PromptOptimizer-*.dmg
594
595
- **Linux**:
596
- **AppImage**: 下载 \`.AppImage\` 文件,添加执行权限后直接运行
597
- **便携版**: 下载 \`.zip\` 文件,解压后运行 \`PromptOptimizer\`
0 commit comments