From 8a91c8ba390c51bc5d5d5d41b53c06e3f9f8fef3 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 8 Feb 2018 03:13:11 +0100 Subject: [PATCH] Fix path for Install4J --- org.jabref.gui/jabref.install4j | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.jabref.gui/jabref.install4j b/org.jabref.gui/jabref.install4j index 28d3fad052ec..9c3374158de4 100644 --- a/org.jabref.gui/jabref.install4j +++ b/org.jabref.gui/jabref.install4j @@ -1,6 +1,6 @@ - + @@ -51,7 +51,7 @@ - + @@ -183,7 +183,7 @@ context.setInstallationDirectory(new File(System.getenv("LOCALAPPDATA"), "JabRef")); } else { context.setInstallationDirectory(new File(System.getProperty("user.home"), "JabRef")); - } + } } return true;