home <-> ch

This commit is contained in:
Dmitry Jemerov
2013-07-19 18:07:50 +02:00
parent 336d26e2dc
commit 078d4a0a17
+2 -2
View File
@@ -149,9 +149,9 @@ private layoutWin(Map args, String home, Paths paths) {
winScripts(target, home, "idea.bat", args)
winVMOptions(target, null, "idea.exe", "idea64.exe")
List resourcePaths = ["$home/community-resources/src", "$home/platform/icons/src"]
buildWinLauncher(ch, "$home/bin/WinLauncher/WinLauncher.exe", "$target/bin/idea.exe", appInfoFile(),
buildWinLauncher(home, "$home/bin/WinLauncher/WinLauncher.exe", "$target/bin/idea.exe", appInfoFile(),
"$home/build/conf/ideaCE-launcher.properties", null, resourcePaths)
buildWinLauncher(ch, "$home/bin/WinLauncher/WinLauncher64.exe", "$target/bin/idea64.exe", appInfoFile(),
buildWinLauncher(home, "$home/bin/WinLauncher/WinLauncher64.exe", "$target/bin/idea64.exe", appInfoFile(),
"$home/build/conf/ideaCE64-launcher.properties", null, resourcePaths)
}