mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
home <-> ch
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user