* added a workaround for the javafx 11 executable jar, this should be removed as soon as the new packager is available
9 lines
151 B
Java
9 lines
151 B
Java
package kellerkinder.HomeFlix.application;
|
|
|
|
public class JavaFX11Main {
|
|
|
|
public static void main(String[] args) {
|
|
Main.main(args);
|
|
}
|
|
}
|