Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyu-n/pokemmo-unix-installer
PokeMMO Unix Installer
https://github.com/kyu-n/pokemmo-unix-installer
pokemmo
Last synced: 5 days ago
JSON representation
PokeMMO Unix Installer
- Host: GitHub
- URL: https://github.com/kyu-n/pokemmo-unix-installer
- Owner: kyu-n
- License: gpl-3.0
- Created: 2021-12-02T23:26:51.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T14:31:46.000Z (about 1 month ago)
- Last Synced: 2024-11-25T15:29:03.148Z (about 1 month ago)
- Topics: pokemmo
- Language: Java
- Homepage: https://pokemmo.com/
- Size: 4.08 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PokeMMO Unix Installer
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/pokemmo)
This program manages:
- Downloads of the PokeMMO game client
- Signature verification for the downloaded files
- Cache management / storage of the program
- Execution of the programThis program is created as a pairing to the PokeMMO Game Client. PokeMMO's Game Client software is provided with the
PokeMMO License. To view this license, visit https://pokemmo.com/tos/This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public
License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
version.This program is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.----
# Build
This program is built with [[Gradle]](https://gradle.org/)
To build:
- `./gradlew jar`
To run:
- `java -jar unix-installer.jar`