/Universal-Launcher

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Image

Universal Launcher

This launcher is meant to provide a simple and non-intrusive means of serving jars to clients that are frequently updated so that the client does not need to repeatedly download new files. The configuration is simple and located in Config.java for ease of use.

Configuration

Configuring Universal Launcher is simple. Just open the configuration file and modify the necessary fields. Image

Distribution

A Gradle task has been created to jar the necessary files for distribution. The fatJar task will create a jar for you to distribute with all necessary dependencies.

Image

Credits

ReverendDread is the original creator of this launcher, it was created for our previous project. It was bundled and simplified by myself and is covered under the GNU GPL V3 License