Commit 046f65b
fix: update workflow to generate correct formula class name
Critical fixes:
- Change class name from 'Warp' to 'WarpCli' to match filename
- Add cask dependency (cloudflare-warp) so daemon is auto-installed
- Add post_install hook to remove GUI app
- Add version attribute
- Improve caveats message with checkmarks
This fixes the Homebrew error:
'Expected to find class WarpCli, but only found: Warp'
Now users can successfully run: brew install warp-cli
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>1 parent da7d152 commit 046f65b
1 file changed
+17
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
66 | 76 | | |
67 | 77 | | |
68 | | - | |
69 | | - | |
| 78 | + | |
| 79 | + | |
70 | 80 | | |
71 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
72 | 85 | | |
73 | 86 | | |
74 | 87 | | |
| |||
0 commit comments