mirror of
https://github.com/praktimarc/kst4contest.git
synced 2026-09-19 15:37:25 +02:00
18 lines
544 B
Plaintext
18 lines
544 B
Plaintext
---
|
|
layout: base.njk
|
|
title: Download KST4Contest
|
|
description: Download KST4Contest releases for Windows, Linux and macOS.
|
|
---
|
|
|
|
<section class="hero">
|
|
<h1>Download KST4Contest</h1>
|
|
<p>
|
|
Official builds are published through GitHub Releases for Windows, Linux
|
|
and macOS.
|
|
</p>
|
|
|
|
<div class="actions">
|
|
<a class="button" href="https://github.com/praktimarc/kst4contest/releases/latest">Latest Release</a>
|
|
<a class="button secondary" href="https://github.com/praktimarc/kst4contest/releases">All Releases</a>
|
|
</div>
|
|
</section> |