Skip to content

Commit

Permalink
fix: add arm64 to list, fix amd64 link in new release (#79)
Browse files Browse the repository at this point in the history
* fix: add arm64 to list, fix amd64 link in new release

* fix: move ARM to own row, better arch naming
  • Loading branch information
panekj authored Apr 24, 2024
1 parent 115a2b3 commit ca4132a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ document.addEventListener('DOMContentLoaded', function () {
const github = {
repo: 'https://github.com/lapce/lapce',
windows: 'Lapce-windows.msi',
linux: 'Lapce-linux.tar.gz',
linux: 'lapce-linux-amd64.tar.gz',
macos: 'Lapce-macos.dmg'
}

Expand Down
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,16 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
</div>
<div class="w-1/2 px-1">
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
href="https://github.com/lapce/lapce/releases/latest/download/Lapce-linux.tar.gz">64 bit</a>
href="https://github.com/lapce/lapce/releases/latest/download/lapce-linux-amd64.tar.gz">x86 (64bit)</a>
</div>
</div>
<div class="flex flex-wrap my-1">
<div class="w-1/2 text-right px-1">
<p>.tar.gz</p>
</div>
<div class="w-1/2 px-1">
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
href="https://github.com/lapce/lapce/releases/latest/download/lapce-linux-arm64.tar.gz">ARM (64bit)</a>
</div>
</div>
</div>
Expand All @@ -273,7 +282,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
</div>
<div class="w-1/2 px-1">
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
href="https://github.com/lapce/lapce/releases/latest/download/Lapce-windows.msi">64 bit</a>
href="https://github.com/lapce/lapce/releases/latest/download/Lapce-windows.msi">x86 (64bit)</a>
</div>
</div>
<div class="flex flex-wrap my-1">
Expand All @@ -282,7 +291,7 @@ <h3 class="mb-4 text-xl md:text-2xl leading-tight font-bold">Built-in Terminal</
</div>
<div class="w-1/2 px-1">
<a class="px-1 py-0 bg-blue-500 rounded-md text-blue-50"
href="https://github.com/lapce/lapce/releases/latest/download/Lapce-windows-portable.zip">64 bit</a>
href="https://github.com/lapce/lapce/releases/latest/download/Lapce-windows-portable.zip">x86 (64bit)</a>
</div>
</div>
</div>
Expand Down

0 comments on commit ca4132a

Please sign in to comment.