updated path to log4j.jar for executing Updater.

This commit is contained in:
Vladimir Orlov
2014-02-03 19:19:48 +04:00
parent 5dfb607317
commit 5b40000bd4
@@ -153,7 +153,7 @@ public class Main {
System.getProperty("java.home") + "/bin/java",
"-Xmx500m",
"-classpath",
copyPatchFile.getPath() + File.pathSeparator + copyPatchFile.getPath() + "/lib/log4j.jar",
copyPatchFile.getPath() + File.pathSeparator + PathManager.getLibPath() + "/log4j.jar",
"-Djava.io.tmpdir=" + tempDir,
"com.intellij.updater.Runner",
"install",