windows 10 & sql fixes

* fixed files wit ' in the name causing a crash
*fixed windows 10 is not detected
This commit is contained in:
Jannik
2018-03-28 21:58:01 +02:00
parent f9a54abf68
commit 2d5887db4f
2 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ public class Main extends Application {
// get OS and the specific paths
if (osName.equals("Windows")) {
if (osName.contains("Windows")) {
directory = new File(dirWin);
configFile = new File(dirWin + "/config.xml");
posterCache = new File(dirWin + "/posterCache");