mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
[platform] replacing old Windows restarter with the new unified one (IJPL-34858)
GitOrigin-RevId: d76f3d239ee24444608d5c9edae88d95ddc843f0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4b734e82be
commit
63dd4ab11b
Binary file not shown.
Binary file not shown.
@@ -5,5 +5,5 @@ gradleApiVersion=8.7
|
|||||||
jdkBuild=17.0.11b1286.1
|
jdkBuild=17.0.11b1286.1
|
||||||
launcherBuild=242.8456
|
launcherBuild=242.8456
|
||||||
nsisBuild=1
|
nsisBuild=1
|
||||||
restarterBuild=242.8359
|
restarterBuild=242.9638
|
||||||
runtimeBuild=21.0.3b442.1
|
runtimeBuild=21.0.3b442.1
|
||||||
|
|||||||
@@ -40,6 +40,8 @@ internal class WindowsDistributionBuilder(
|
|||||||
|
|
||||||
copyDir(sourceBinDir.resolve(arch.dirName), distBinDir)
|
copyDir(sourceBinDir.resolve(arch.dirName), distBinDir)
|
||||||
|
|
||||||
|
copyFileToDir(NativeBinaryDownloader.downloadRestarter(context, OsFamily.WINDOWS, arch), distBinDir)
|
||||||
|
|
||||||
FileSet(sourceBinDir)
|
FileSet(sourceBinDir)
|
||||||
.includeAll()
|
.includeAll()
|
||||||
.also {
|
.also {
|
||||||
|
|||||||
Reference in New Issue
Block a user