v0.5.1 Fixing bug when JAR located in folder that have in name national characters or/and space(s) doesn't executes.

This commit is contained in:
Dmitry Isaenko 2019-06-16 16:26:48 +03:00
parent aad5a1c38e
commit 0bfdd1f579
3 changed files with 13 additions and 4 deletions

View file

@ -12,7 +12,7 @@ import java.util.Locale;
import java.util.ResourceBundle;
public class NSLMain extends Application {
public static final String appVersion = "v0.5";
public static final String appVersion = "v0.5.1";
@Override
public void start(Stage primaryStage) throws Exception{