Skip to content

Commit

Permalink
GUI: isDeveloper() test for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesTaelman committed Feb 12, 2016
1 parent 1bf7a9c commit 3671163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/axoloti/Axoloti.java
Expand Up @@ -116,7 +116,7 @@ public static boolean isDeveloper() {
cacheFWDir = fwEnv;
cacheDeveloper = false;
String dirRelease = System.getProperty(RELEASE_DIR);
String fwRelease = dirRelease + "/firmware";
String fwRelease = dirRelease + File.separator + "firmware";
if (!fwRelease.equals(cacheFWDir)) {
File fR = new File(fwRelease);
File fE = new File(fwEnv);
Expand Down

0 comments on commit 3671163

Please sign in to comment.