Skip to content

Kubithorg/launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fb40eb9 · Dec 9, 2017

History

49 Commits
Sep 12, 2016
Dec 9, 2017
Dec 7, 2017
Sep 12, 2016
Dec 7, 2017
Dec 7, 2017
Jan 17, 2017
Dec 7, 2017
Dec 9, 2017
Dec 7, 2017
Sep 12, 2016
Sep 13, 2017

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