Skip to content

Prompt Booster v0.6.5

Choose a tag to compare

@github-actions github-actions released this 21 May 09:55

For macOS Users: Running Unsigned App

Since this app is not signed with an Apple Developer certificate, macOS may prevent it from running. Use either of these methods:

Option 1: Remove quarantine attribute for this app only

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(Replace with your actual app path)

Option 2: Temporarily disable Gatekeeper

sudo spctl --master-disable

After using the app, re-enable Gatekeeper for security:

sudo spctl --master-enable

针对macOS用户:运行未签名应用

由于本应用未经Apple开发者证书签名,macOS可能会阻止其运行。请使用以下方法之一:

方法一:仅移除本应用的隔离属性

xattr -d com.apple.quarantine /Applications/Prompt\ Booster.app

(请替换为您的实际应用路径)

方法二:临时禁用Gatekeeper

sudo spctl --master-disable

使用应用后,为安全起见请重新启用Gatekeeper:

sudo spctl --master-enable