Skip to content
Snippets Groups Projects
Commit ed1a7b48 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

Fixed #162 - updater windows run as admin not working

parent 925a2a5a
No related branches found
No related tags found
No related merge requests found
......@@ -126,7 +126,7 @@ public class Updater
}
Path target = Paths.get(PathUtils.getOSindependentPath() + Localization.getString(Strings.FOLDER) + "/Updater." + ending);
download(BUILD_FOLDER + "Updater.jar", target);
download(BUILD_FOLDER + "Updater." + ending, target);
Logger.debug("Successfully downloaded latest updater");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment