diff options
author | swirl <swurl@swurl.xyz> | 2021-12-30 13:17:40 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2021-12-30 13:17:40 -0500 |
commit | 0c177b1086d69993e012ba1fbed1adf6bfe04144 (patch) | |
tree | bc7897a59654797a28e5ba05d237d22c91946f39 | |
parent | ccbd223692d20943f9c134f401a6202626dc6e60 (diff) | |
download | PrismLauncher-0c177b1086d69993e012ba1fbed1adf6bfe04144.tar.gz PrismLauncher-0c177b1086d69993e012ba1fbed1adf6bfe04144.tar.bz2 PrismLauncher-0c177b1086d69993e012ba1fbed1adf6bfe04144.zip |
added AppImage
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ Several source build packages are available, along with experimental pre-built g - [Linux (AMD64) System](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst) ([SHA256](https://packages.polymc.org/latest/lin64-system/lin64-system.tar.zst.sha256)) - this is a generic system package intended to be used as a base for making distro-specific packages. - [Windows (32-bit)](https://packages.polymc.org/latest/win32/win32.zip) ([SHA256](https://packages.polymc.org/latest/win32/win32.zip.sha256)) - this is a portable package, you can extract it anywhere and run it. This package needs testing. - [Debian (AMD64)](https://packages.polymc.org/latest/deb/polymc-amd64.deb) ([SHA256](https://packages.polymc.org/latest/deb/polymc-amd64.deb.sha256)) - this is intended to be installed with `dpkg -i`. Alternatively, you may build the `.deb` yourself, by going to `packages/debian` and running `./makedeb.sh`. +- [AppImage (AMD64)](https://packages.polymc.org/latest/appimage/PolyMC-latest-x86_64.AppImage) ([SHA256](https://packages.polymc.org/latest/appimage/PolyMC-latest-x86_64.AppImage.sha256)) - `chmod +x` must be run on this file before usage. This should work on any distribution - MacOS currently does not have any packages. We are still working on setting up MacOS packaging. ## Development |