Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
- Clarified path going into CDATA
- Added info about the minimal JDK version
  • Loading branch information
Aszusz authored Jun 14, 2022
1 parent 7f8c6be commit a0bf7eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ Moonshine SDK Installer -- This was formerly known as Moonshine App Store Helper
#### Prerequisite
- Ant
- Apache Flex SDK
- OpenJDK 11 or greater
- [Download Haxe](https://haxe.org/download/)
- [Install FeathersUI](https://feathersui.com/learn/haxe-openfl/installation/)

#### Steps

1. Checkout the Moonshine-SDK-Installer repository
2. Open `MoonshineSDKInstaller/build/ApplicationProperties.xml` from your downloaded location
3. Provide Apache Flex SDK path to `<winSDKPath>` or `<winSDKPath64>` if your platform is Windows, and to `<unixSDKPath>` if it's macOS
3. Provide Apache Flex SDK path to `<winSDKPath>` or `<winSDKPath64>` if your platform is Windows, and to `<unixSDKPath>` if it's macOS. The path should go inside `<![CDATA[/path/to/sdk]]>`
4. Make sure `<isSignedBuild>` value is `false` if you want a non-signed build. Keep all the followed-by tags' value blank in case of a non-signed build
5. Open a Terminal or Command Prompt window
6. Navigate into `MoonshineSDKInstaller/build` from Terminal or Command Prompt
Expand Down

1 comment on commit a0bf7eb

@piotrzarzycki21
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Aszusz this commit should contains issue number #93

Please sign in to comment.