Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.16 KB

MCU-Bundler

This is a set of scripts and tools for wrapping the MCUpdater bootstrap jar up as a Windows EXE or an OSX App file for easier use by players.

OSX

The OSX app is bundled via the java.net Java Application Bundler project, which itself is GPL2 licensed. A copy of the compiled appbundler jar is included in this repository. For more information, see:

Windows

There is no windows bundler configured yet.

Usage

The bundler is implemented as an ant build script, so in addition to cloning this repository, one also needs:

  • Apache Ant (http://ant.apache.org/), installed to your cli path.
  • A compiled "MCUpdater.jar" file, placed at the root directory of this repo.

At that point, building the app is as simple as typing:

ant

The default behavior is to package all configured bundlers. If you are only interested in building an individual target, you can run:

ant build-osx

or

ant build-win

The resultant artifact(s) will be placed in the out/ directory.