diff options
author | swirl <roachh@protonmail.com> | 2021-12-20 20:58:36 -0500 |
---|---|---|
committer | swirl <roachh@protonmail.com> | 2021-12-20 20:58:36 -0500 |
commit | d0c51b751134a1f5b56609b72cec174f6bc4ef53 (patch) | |
tree | 9af973c72b0e941170e974024148fb644e54ef21 | |
parent | 0c306d3676ca8d72c7bf995ce81e992ca96abfad (diff) | |
download | PrismLauncher-d0c51b751134a1f5b56609b72cec174f6bc4ef53.tar.gz PrismLauncher-d0c51b751134a1f5b56609b72cec174f6bc4ef53.tar.bz2 PrismLauncher-d0c51b751134a1f5b56609b72cec174f6bc4ef53.zip |
packages on README
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -21,7 +21,10 @@ This is a **fork** of the MultiMC Launcher and not endorsed by MultiMC. The Poly - [x] Figure out a way to switch to GPL. ## Packages -We currently don't have any packages available yet as this project has just been started, but we expect this to change very soon. +Experimental packages are available for Linux (non-portable) and Windows (portable). The Linux version is confirmed to work, but the Windows version needs testing. Please volunteer to help us if you use Windows! + +- [Linux (AMD64)](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/lin64-system.tar.zst) - this is a SYSTEM package and is NOT intended to be portable! +- [Windows (64-bit)](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/win64.zip) - this is a PORTABLE package. This package needs testing. ### Building If you want to build PolyMC yourself, check [BUILD.md](BUILD.md) for build instructions. |