You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/release.yml
+16-1Lines changed: 16 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,22 @@ jobs:
57
57
- macOS 10.15 or later
58
58
- Node.js (for ccusage CLI functionality)
59
59
60
-
**Note**: This build is not code-signed. You may need to right-click and select "Open" the first time you run it, or go to System Preferences > Security & Privacy to allow it to run.`
60
+
**Important: First-time setup for unsigned app**
61
+
62
+
If you see "ccusage-macos-menubar.app is damaged and can't be opened":
63
+
64
+
1. Open Terminal
65
+
2. Run this command:
66
+
\`\`\`bash
67
+
xattr -cr /Applications/ccusage-macos-menubar.app
68
+
\`\`\`
69
+
3. The app should now open normally
70
+
71
+
Alternative method:
72
+
- Right-click the app and select "Open"
73
+
- Click "Open" in the dialog that appears
74
+
75
+
This only needs to be done once. The app is not actually damaged - macOS shows this message for unsigned apps downloaded from the internet.`
0 commit comments