Skip to content

Commit

Permalink
fixed irrelevant readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fr33r4ng3r committed Oct 30, 2021
1 parent 4ea4c73 commit 496d36e
Showing 1 changed file with 1 addition and 26 deletions.
27 changes: 1 addition & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1 @@
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/beryx-gist/badass-jlink-example-kotlin-javafx/blob/master/LICENSE)
[![Build Status](https://img.shields.io/travis/beryx-gist/badass-jlink-example-kotlin-javafx/master.svg?label=Build)](https://travis-ci.org/beryx-gist/badass-jlink-example-kotlin-javafx)

## Example of using the badass-jlink plugin with Kotlin and JavaFX ##

This project demonstrates the capabilities of the [Badass JLink Plugin](https://github.com/beryx/badass-jlink-plugin/)
by creating a custom runtime image of a JavaFX application written in Kotlin.

### Quick start
From the [releases page](https://github.com/beryx-gist/badass-jlink-example-kotlin-javafx/releases) download the archived custom runtime image for your operating system.
Unpack the archive and execute the `hello` script found in the `image/bin` directory.

### Creating a custom runtime image

Gradle must use Java 11 in order to be able to build the project.
To create the custom runtime image execute:

```
./gradlew jlinkZip
```

This command creates the runtime image in the `build/image` directory and a zip file of it in `build/image-zip`.

The start scripts are found in the `build/image/bin` directory.

# Elder Scrolls Addon Dependency Manager 2

0 comments on commit 496d36e

Please sign in to comment.