Launcher pour le modpack Dragon Adventure.
'git clone https://K0LALA/DragonAdventureLauncher && cd DragonAdventureLauncher'
Prepare the project with Gradle: ./gradlew build
To build the project into a universal .jar file, use: ./gradlew jpackage
This will generate a .jar file in jars/lib/app, you just need to take the latedt version.
If you want to run the project, simply use: java -jar application.jar. Of you don't want to automatically update, use: java -jar application.jar --dev
If you have issues with JavaFX, add the javafx modules: javafx.web,javafx.graphics,javafx.swing, make sure to add the location of the JavaFX SDK's libs folder
Basé sur javafx-launcher créé par Flowarg et Bricklou.