mirror of
https://github.com/xgui4/LCE-Qt-Launcher.git
synced 2026-07-16 02:40:38 +00:00
81 lines
3.1 KiB
HTML
81 lines
3.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="css/style.css" rel="stylesheet">
|
|
<link rel="icon" href="assets/favicon.png">
|
|
<title>LCE Qt Launcher - Download Center</title>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
|
<a class="nav-link" href="index.html"><img src="assets/favicon.png" /></a>
|
|
<a class="nav-link" href="index.html">Home</a>
|
|
<a class="nav-link" href="marketplace.html">Marketplace</a>
|
|
<a class="nav-link" href="skins.html">Skin Manager</a>
|
|
<a class="nav-link active" aria-current="page" href="#">Download Center</a>
|
|
<a class="nav-link" href="news.html">News</a>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<h1> LCE Qt Launcher - Download Center</h1>
|
|
|
|
<h2>How to get</h2>
|
|
|
|
<h3>Tag Release</h3>
|
|
|
|
<p>
|
|
In the <a href="https://github.com/xgui4/LCE-Qt-Launcher/releases/">GitHub Release page of this repo</a> page
|
|
you will found tagged Release like <a href="https://github.com/xgui4/LCE-Qt-Launcher/releases/tag/0.0.0.1beta">Beta
|
|
0.0.1.1</a>.
|
|
</p>
|
|
|
|
<h3>Flatpak (Coming Soon)</h3>
|
|
|
|
<p>Coming Soon (Delayed due to technical issues)</p>
|
|
|
|
<h3>FreeBSD Port (Experimental)</h3>
|
|
|
|
<p>
|
|
See <a href="https://github.com/xgui4/freebsd-ports">my FreeBSD Port Overlay</a> to installing
|
|
games/lce-qt-laucher (py{python version}-lce-qt-launcher) port.
|
|
</p>
|
|
|
|
<h3>Nigthly Build</h3>
|
|
|
|
<p> <img src="https://github.com/xgui4/lce-qt-launcher/actions/workflows/nightly.yml/badge.svg" alt="Nightly Build Action Status" /></p>
|
|
|
|
<blockquote>
|
|
<p>[!NOTE]<br />
|
|
This branch is not stable and changes are made almost daily so this branch can sometimes break. Also,
|
|
MacOS
|
|
is not avaiable in the Nigthly Build due to Apple restriction and that I do now own a mac.</p>
|
|
</blockquote>
|
|
|
|
<p>
|
|
In this <a href="https://github.com/xgui4/LCE-Qt-Launcher/releases/tag/nightly">GitHub Release</a> page you
|
|
will found Nighly Build which are made automatically via GitHub Action when change are made in the <a
|
|
href="https://github.com/xgui4/LCE-Qt-Launcher/tree/dev"><code>dev</code> branch</a>
|
|
</p>
|
|
|
|
<h3>AppImage and Others Linux Packages</h3>
|
|
|
|
<p>
|
|
Available in <a href="https://github.com/xgui4/LCE-Qt-Launcher/releases/tag/nightly">nightly build</a> and
|
|
tagged version (Coming soon!)
|
|
</p>
|
|
|
|
<h3>Via Git</h3>
|
|
|
|
<p>You can also, downloading this repo with the command
|
|
<code>git clone https://github.com/xgui4/lce-qt-launcher.git</code> and then compiling (see
|
|
<code>docs/en/COMPILING.md</code> for more info how) anually or running in a .venv (see
|
|
<code>docs/en/RUNNING.md</code> for more info how).
|
|
</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |