mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
OPENIDE windows distribution generation update
(cherry picked from commit 912fc288cf4b904298e93fb5ad16b4186baa7f2d)
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
// Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||||
|
//
|
||||||
|
// Modified by Dmitrij Pochepko at 2025 as part of the OpenIDE project (https://openide.ru).
|
||||||
|
// Any modifications are available on the same license terms as the original source code.
|
||||||
package org.jetbrains.intellij.build.impl
|
package org.jetbrains.intellij.build.impl
|
||||||
|
|
||||||
import com.intellij.openapi.util.SystemInfoRt
|
import com.intellij.openapi.util.SystemInfoRt
|
||||||
@@ -306,7 +309,8 @@ internal class WindowsDistributionBuilder(
|
|||||||
if (copyLicense) {
|
if (copyLicense) {
|
||||||
copyFile(licensePath, winDistPath.resolve("license/launcher-third-party-libraries.html"))
|
copyFile(licensePath, winDistPath.resolve("license/launcher-third-party-libraries.html"))
|
||||||
}
|
}
|
||||||
|
copyFile(execPath, outputPath); // just copy. it already has everything we need
|
||||||
|
/*
|
||||||
val generatorModule = context.findRequiredModule("intellij.tools.launcherGenerator")
|
val generatorModule = context.findRequiredModule("intellij.tools.launcherGenerator")
|
||||||
runJava(
|
runJava(
|
||||||
mainClass = "com.pme.launcher.LauncherGeneratorMain",
|
mainClass = "com.pme.launcher.LauncherGeneratorMain",
|
||||||
@@ -321,6 +325,7 @@ internal class WindowsDistributionBuilder(
|
|||||||
context.getModuleRuntimeClasspath(generatorModule, forTests = false),
|
context.getModuleRuntimeClasspath(generatorModule, forTests = false),
|
||||||
context.stableJavaExecutable
|
context.stableJavaExecutable
|
||||||
)
|
)
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user