Browse Source

fix(ngit): windows and linux binary links

It was reported on github that the windows link was pointing to the mac
binary and the mac link was pointing to the window binary
master
DanConwayDev 2 years ago
parent
commit
7cbb9fc855
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 4
      src/routes/ngit/+page.svelte

4
src/routes/ngit/+page.svelte

@ -21,11 +21,11 @@ @@ -21,11 +21,11 @@
class="btn btn-neutral">Linux</a
>
<a
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-pc-windows-msvc.zip"
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-apple-darwin.tar.gz"
class="btn btn-neutral">Mac</a
>
<a
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-apple-darwin.tar.gz"
href="https://github.com/DanConwayDev/ngit-cli/releases/download/v0.1.0/ngit-x86_64-pc-windows-msvc.zip"
class="btn btn-neutral">Windows</a
>
v.0.1.0

Loading…
Cancel
Save