Commit e7565e1
fix: use single dash in Homebrew bottle filenames
Change bottle naming from wt--VERSION to wt-VERSION to match
Homebrew's expected URL pattern when using root_url.
Homebrew constructs URLs as: <root_url>/<formula>-<version>.<platform>.bottle.tar.gz
Previous: wt--0.1.2.arm64_sonoma.bottle.tar.gz
Current: wt-0.1.2.arm64_sonoma.bottle.tar.gz
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 9e17336 commit e7565e1
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
| 71 | + | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments