Commit b2b65e8
fix: releases ship a launchable Mill.app zip, not the raw binary (#86)
v0.1.0's asset was task build's raw binary -- not double-clickable
(owner hit Finder's no-application dialog on the real download), and
browsers strip the exec bit anyway. Release builds now run task
package and ship bin/mill.app zipped via ditto (bundle metadata
preserved); attestation and checksums cover the zip. Release notes
gain install instructions (drag to Applications, right-click-Open
first launch for the ad-hoc signature, attestation verify command)
with build-from-source as the alternative, not the requirement.
Claude-Session: https://claude.ai/code/session_01FJ8wStsHyu7XPLTspNjMnQ
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 70191a7 commit b2b65e8
1 file changed
Lines changed: 16 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
82 | 87 | | |
83 | 88 | | |
84 | | - | |
| 89 | + | |
85 | 90 | | |
86 | 91 | | |
87 | | - | |
| 92 | + | |
88 | 93 | | |
89 | 94 | | |
90 | | - | |
| 95 | + | |
91 | 96 | | |
92 | 97 | | |
93 | 98 | | |
94 | | - | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
111 | 116 | | |
112 | 117 | | |
113 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
114 | 122 | | |
115 | 123 | | |
116 | 124 | | |
117 | 125 | | |
118 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
119 | 130 | | |
0 commit comments