diff options
author | swirl <roachh@protonmail.com> | 2021-12-22 15:40:45 -0500 |
---|---|---|
committer | swirl <roachh@protonmail.com> | 2021-12-22 15:40:45 -0500 |
commit | 7fa72e8cd5630e7a964d3e18a9812adca83c4ef2 (patch) | |
tree | 3ed02261ee8e475feefdac1dae8b3382d9730fff /README.md | |
parent | d0c51b751134a1f5b56609b72cec174f6bc4ef53 (diff) | |
download | PrismLauncher-7fa72e8cd5630e7a964d3e18a9812adca83c4ef2.tar.gz PrismLauncher-7fa72e8cd5630e7a964d3e18a9812adca83c4ef2.tar.bz2 PrismLauncher-7fa72e8cd5630e7a964d3e18a9812adca83c4ef2.zip |
update packages (win64 -> win32)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -21,10 +21,13 @@ 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 -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! +Experimental packages are available for Linux (non-portable) and Windows (portable). Both versions are confirmed to work but the Windows version needs more testing--please volunteer 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. +- A full list of packages is available [here](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/). +- Last build status: https://jenkins.swurl.xyz/job/PolyMC/lastBuild/ +- [Linux (AMD64) System](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/lin64-system.tar.zst) - this is a SYSTEM package that is intended to be installed via a package manager. This CAN NOT be used as a portable application! +- [Windows (32-bit)](https://jenkins.swurl.xyz/job/PolyMC/lastSuccessfulBuild/artifact/win32.zip) - this is a PORTABLE package. This package needs testing. +- MacOS currently does not have any packages. We are still working on setting up MacOS packaging. ### Building If you want to build PolyMC yourself, check [BUILD.md](BUILD.md) for build instructions. |