Skip to content

Kubithorg/launcher

Repository files navigation

Kubithon Installer Build Status

Features

  • Download files from a remote using MD5 checksums on a separated folder
  • Clean outdated mods
  • Add "Kubithon" profile into the Minecraft launcher

Building

Jar without dependencies

$ gradle build

Output is build/libs/kubithon-installer-<version>.jar

Jar with dependencies

$ gradle fatjar

Output is build/libs/kubithon-installer-<version>.jar

Dependencies

  • Apache Commons IO (commons-io:commons-io) 2.5
  • Apache Commons Codec (commons-codec:commons-codec) 1.10
  • OpenLauncherLib (fr.litarvan.openlauncherlib) 3.0.4
  • Swinger (fr.theshark34.swinger) 1.0.1-BETA
  • OpenAuth (fr.theshark34.openauth) 1.0.4
  • Json (org.json) 20160810