Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pages/downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h4 class="my-0 font-weight-normal">Windows</h4>
<li>RAM: 1 GB </li>
</ul>
<br>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/download/v1.1/libresprite-development-windows-x86_64.zip" download>
<button type="button" class="btn btn-raised btn-gray">Portable<i class="large material-icons">cloud_download</i></button>
</a>
</div>
Expand All @@ -43,7 +43,7 @@ <h4 class="my-0 font-weight-normal">Linux</h4>
<li></li>
</ul>
<br>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/download/v1.1/libresprite-development-linux-x86_64.zip" download>
<button type="button" class="btn btn-raised btn-gray">AppImage<i class="large material-icons">cloud_download</i></button>
</a>
</div>
Expand All @@ -64,7 +64,7 @@ <h4 class="my-0 font-weight-normal">macOS</h4>
</ul>
<br>

<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/download/v1.0/LibreSprite-macos-x86_64.zip" download>
<button type="button" class="btn btn-raised btn-gray">App<i class="large material-icons">cloud_download</i></button>
</a>

Expand All @@ -87,7 +87,7 @@ <h4 class="my-0 font-weight-normal">Source Code</h4>
</button>
</li>
</ul>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/download/v1.1/SOURCE.CODE.+.submodules.zip" download>
<button type="button" class="btn btn-raised btn-gray">Zip file<i class="large material-icons">cloud_download</i></button>
</a>
</div>
Expand Down