mirror of
https://github.com/developersu/ns-usbloader.git
synced 2025-05-13 06:34:43 -04:00
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:
parent
aad5a1c38e
commit
0bfdd1f579
3 changed files with 13 additions and 4 deletions
|
@ -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{
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue