Skip to content

Commit 29ac761

Browse files
committed
new "macOS" platform section
1 parent 2a875f1 commit 29ac761

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

docs-site/src/pages/Download.tsx

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,48 @@ export default function Download() {
257257
</div>
258258
</div>
259259

260+
{/* macOS Downloads */}
261+
<div className="platform-section">
262+
<h2 className="platform-title"> macOS</h2>
263+
264+
<div className="download-options">
265+
<div className="download-card featured">
266+
<div className="featured-badge">Universal</div>
267+
<div className="download-icon">🖥️</div>
268+
<h3>DMG (ARM64)</h3>
269+
<p>Installer for Apple Silicon (arm64)</p>
270+
<div className="file-info">
271+
<span className="file-size">278.05 MB</span>
272+
</div>
273+
<a
274+
href={`${GITHUB_RELEASE}/EasyEdit-1.4.2-arm64.dmg`}
275+
className="btn btn-primary"
276+
target="_blank"
277+
rel="noopener noreferrer"
278+
>
279+
Download DMG
280+
</a>
281+
</div>
282+
283+
<div className="download-card">
284+
<div className="download-icon">📦</div>
285+
<h3>ZIP (ARM64)</h3>
286+
<p>Zipped macOS build (arm64)</p>
287+
<div className="file-info">
288+
<span className="file-size">274.15 MB</span>
289+
</div>
290+
<a
291+
href={`${GITHUB_RELEASE}/EasyEdit-1.4.2-arm64-mac.zip`}
292+
className="btn btn-primary"
293+
target="_blank"
294+
rel="noopener noreferrer"
295+
>
296+
Download ZIP
297+
</a>
298+
</div>
299+
</div>
300+
</div>
301+
260302
{/* Checksums Section */}
261303
<div className="checksums-section">
262304
<h2>🔒 SHA256 Checksums</h2>
@@ -312,6 +354,14 @@ export default function Download() {
312354
<strong>EasyEdit-1.4.2-x64.zip</strong>
313355
<code>b08a2d0839b3658a7080da4a5decd683090738fa2b37a166fc063e7589dc37f7</code>
314356
</div>
357+
<div className="checksum-item">
358+
<strong>EasyEdit-1.4.2-arm64.dmg</strong>
359+
<code>TODO_CHECKSUM_ARM64_DMG</code>
360+
</div>
361+
<div className="checksum-item">
362+
<strong>EasyEdit-1.4.2-arm64-mac.zip</strong>
363+
<code>TODO_CHECKSUM_ARM64_ZIP</code>
364+
</div>
315365
</div>
316366
<div className="verify-instructions">
317367
<h4>How to verify:</h4>

0 commit comments

Comments
 (0)