Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#!/resources">Resources</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#!/news">News</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#!/about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="https://libresprite.github.io/Dotto/">Dotto</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="online/">Online</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="https://github.com/LibreSprite/libresprite.github.io/wiki">Wiki</a></li>
</ul>
</div>
Expand Down
245,518 changes: 243,030 additions & 2,488 deletions online/libresprite.data

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion online/libresprite.js

Large diffs are not rendered by default.

Binary file modified online/libresprite.wasm
Binary file not shown.
12 changes: 4 additions & 8 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" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" 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,13 +43,9 @@ <h4 class="my-0 font-weight-normal">Linux</h4>
<li></li>
</ul>
<br>
<a href="https://github.com/LibreSprite/LibreSprite/releases" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" download>
<button type="button" class="btn btn-raised btn-gray">AppImage<i class="large material-icons">cloud_download</i></button>
</a>
<br>
<a href="https://flathub.org/apps/details/com.github.libresprite.LibreSprite" download>
<button type="button" class="btn btn-raised btn-gray">Flathub<i class="large material-icons">cloud_download</i></button>
</a>
</div>
</div>

Expand All @@ -68,7 +64,7 @@ <h4 class="my-0 font-weight-normal">macOS</h4>
</ul>
<br>

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

Expand All @@ -91,7 +87,7 @@ <h4 class="my-0 font-weight-normal">Source Code</h4>
</button>
</li>
</ul>
<a href="https://github.com/LibreSprite/LibreSprite/releases" download>
<a href="https://github.com/LibreSprite/LibreSprite/releases/latest" 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