Moonshine SDK Installer -- This was formerly known as Moonshine App Store Helper internally.
- Ant
- Apache Flex SDK
- OpenJDK 11 or greater
- Download Haxe
- Install FeathersUI
- Checkout the Moonshine-SDK-Installer repository
- Open
MoonshineSDKInstaller/build/local.properties.template
from your downloaded location and copy it aslocal.properties
. - If you need to provide custom JAVA_HOME or FLEX_HOME paths, uncomment the settings in local.properties and put the paths in.
- Do the same if you need a custom haxelib path.
- Open a Terminal or Command Prompt window and navigate to
MoonshineSDKInstaller/build
. - Run
ant build
to build executable application. At the end of the build process generated artifacts can be found underMoonshineSDKInstaller/build/app
directory.
After building executable application run ant pack-and-sign
. Generated artifacts can be found under MoonshineSDKInstaller/build/deploy
directory. This step requires additional tools, env settings and certificates. You'll find more details in local.properties
file.