Skip to content

Commit af4c5a5

Browse files
committed
update for hc 0.5.6
1 parent 4486c49 commit af4c5a5

File tree

1 file changed

+43
-11
lines changed

1 file changed

+43
-11
lines changed

src/pages/index.tsx

Lines changed: 43 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const IndexPage = () => {
318318
<h2>Download the latest Acorn alpha release</h2>
319319
<p>
320320
Available as native desktop app for macOS, Windows and Linux. <br />{" "}
321-
Download and install the latest version of Acorn's alpha release (11.3.2) to
321+
Download and install the latest version of Acorn's alpha release (11.3.4) to
322322
get started.
323323
</p>
324324
<div className="buttons-row three row">
@@ -331,10 +331,10 @@ const IndexPage = () => {
331331
margin="4px"
332332
height="70px"
333333
lineHeight="1.2"
334-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-arm64.dmg"
334+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.dmg"
335335
onClick={() => {
336336
window.open(
337-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-arm64.dmg",
337+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.dmg",
338338
"_blank"
339339
);
340340
}}
@@ -347,10 +347,10 @@ const IndexPage = () => {
347347
margin="4px"
348348
height="70px"
349349
lineHeight="1.2"
350-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-x64.dmg"
350+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-x64.dmg"
351351
onClick={() => {
352352
window.open(
353-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-x64.dmg",
353+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-x64.dmg",
354354
"_blank"
355355
);
356356
}}
@@ -365,10 +365,26 @@ const IndexPage = () => {
365365
margin="4px"
366366
height="70px"
367367
lineHeight="1.2"
368-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn_11.3.2_amd64.deb"
368+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-amd64.deb"
369369
onClick={() => {
370370
window.open(
371-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn_11.3.2_amd64.deb",
371+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-amd64.deb",
372+
"_blank"
373+
);
374+
}}
375+
/>
376+
<Button
377+
text="Download for Linux (.deb arm)"
378+
visualIcon={<DownloadLinux />}
379+
withBackground
380+
maxWidth="300px"
381+
margin="4px"
382+
height="70px"
383+
lineHeight="1.2"
384+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.deb"
385+
onClick={() => {
386+
window.open(
387+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.deb",
372388
"_blank"
373389
);
374390
}}
@@ -381,10 +397,26 @@ const IndexPage = () => {
381397
margin="4px"
382398
height="70px"
383399
lineHeight="1.2"
384-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2.AppImage"
400+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-x86_64.AppImage"
401+
onClick={() => {
402+
window.open(
403+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-x86_64.AppImage",
404+
"_blank"
405+
);
406+
}}
407+
/>
408+
<Button
409+
text="Download for Linux (AppImage-arm)"
410+
visualIcon={<DownloadLinux />}
411+
withBackground
412+
maxWidth="300px"
413+
margin="4px"
414+
height="70px"
415+
lineHeight="1.2"
416+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.AppImage"
385417
onClick={() => {
386418
window.open(
387-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2.AppImage",
419+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-arm64.AppImage",
388420
"_blank"
389421
);
390422
}}
@@ -399,10 +431,10 @@ const IndexPage = () => {
399431
margin="4px"
400432
height="70px"
401433
lineHeight="1.2"
402-
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-setup.exe"
434+
title="https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-setup.exe"
403435
onClick={() => {
404436
window.open(
405-
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.2/org.lightningrodlabs.acorn-11.3.2-setup.exe",
437+
"https://github.com/lightningrodlabs/acorn-desktop/releases/download/v11.3.4/org.lightningrodlabs.acorn-11.3.4-setup.exe",
406438
"_blank"
407439
);
408440
}}

0 commit comments

Comments
 (0)