fixed javafx11 executable jar
* added a workaround for the javafx 11 executable jar, this should be removed as soon as the new packager is available
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
package kellerkinder.HomeFlix.application;
|
||||
|
||||
public class JavaFX11Main {
|
||||
|
||||
public static void main(String[] args) {
|
||||
Main.main(args);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user