OPENIDE winlaunchers resources update

(cherry picked from commit 560abe17e1b05de3d9356ede58257f1455b3be8d)
(cherry picked from commit c583487aec)
(cherry picked from commit 8e76067be9)
(cherry picked from commit d02abe01db)
(cherry picked from commit d59eb22018)
This commit is contained in:
axiom
2026-09-17 12:43:18 +04:00
committed by Nikita Iarychenko
parent 3bd9cdd0a9
commit f9b3b96811
6 changed files with 27 additions and 26 deletions
+5 -5
View File
@@ -1,7 +1,8 @@
// 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.
#define VERSION 1,0,0,@BUILD_NUMBER@
#define VERSION_STR "1.0.0.@BUILD_NUMBER@\0"
#define FILE_NAME "elevator.exe"
#define COPYRIGHT "Copyright 2007-@YEAR@ JetBrains s.r.o."
#pragma code_page(65001)
@@ -22,13 +23,12 @@ BEGIN
BEGIN
BLOCK "0000fde9"
BEGIN
VALUE "CompanyName", "JetBrains s.r.o."
VALUE "FileDescription", "Part of elevator/launcher UAC IntelliJ kit"
VALUE "CompanyName", "OpenIDE"
VALUE "FileDescription", "Part of elevator/launcher UAC OpenIDE kit"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", FILE_NAME
VALUE "LegalCopyright", COPYRIGHT
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "IntelliJ Platform"
VALUE "ProductName", "OpenIDE"
VALUE "ProductVersion", VERSION_STR
END
END
+4 -4
View File
@@ -1,7 +1,8 @@
// 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.
#define VERSION 14,0,0,@BUILD_NUMBER@
#define VERSION_STR "14.0.0.@BUILD_NUMBER@\0"
#define FILE_NAME "@FILE_NAME@.exe"
#define COPYRIGHT "Copyright 2000-@YEAR@ JetBrains s.r.o."
#pragma code_page(65001)
@@ -18,13 +19,12 @@ BEGIN
BEGIN
BLOCK "0000fde9"
BEGIN
VALUE "CompanyName", "JetBrains s.r.o."
VALUE "CompanyName", "OpenIDE"
VALUE "FileDescription", "Filesystem events processor"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", FILE_NAME
VALUE "LegalCopyright", COPYRIGHT
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "IntelliJ Platform"
VALUE "ProductName", "OpenIDE"
VALUE "ProductVersion", VERSION_STR
END
END
@@ -1,9 +1,10 @@
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// 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.
#define VERSION 1,0,0,@BUILD_NUMBER@
#define VERSION_STR "1.0.0.@BUILD_NUMBER@\0"
#define FILE_NAME "@FILE_NAME@.exe"
#define COPYRIGHT "Copyright 2000-@YEAR@ JetBrains s.r.o."
#pragma code_page(65001) // UTF-8
@@ -24,13 +25,12 @@ BEGIN
BEGIN
BLOCK "0000fde9"
BEGIN
VALUE "CompanyName", "JetBrains s.r.o."
VALUE "CompanyName", "OpenIDE"
VALUE "FileDescription", "Windows Process List Helper utility"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", FILE_NAME
VALUE "LegalCopyright", COPYRIGHT
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "IntelliJ Platform"
VALUE "ProductName", "OpenIDE"
VALUE "ProductVersion", VERSION_STR
END
END
@@ -1,9 +1,10 @@
// Copyright 2000-2021 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// 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.
#define VERSION @PROJECT_VERSION_MAJOR@,@PROJECT_VERSION_MINOR@,@PROJECT_VERSION_PATCH@,@PROJECT_VERSION_TWEAK@
#define VERSION_STR "@PROJECT_VERSION_MAJOR@.@PROJECT_VERSION_MINOR@.@PROJECT_VERSION_PATCH@.@PROJECT_VERSION_TWEAK@\0"
#define FILE_NAME "@WSIBRIDGE_BINARY_NAME@.dll"
#define COPYRIGHT "Copyright 2000-@GENTIME_YEAR@ JetBrains s.r.o."
#pragma code_page(65001) // UTF-8
@@ -20,13 +21,12 @@ BEGIN
BEGIN
BLOCK "0000fde9"
BEGIN
VALUE "CompanyName", "JetBrains s.r.o."
VALUE "CompanyName", "OpenIDE"
VALUE "FileDescription", "Windows Shell API access helper library"
VALUE "FileVersion", VERSION_STR
VALUE "InternalName", FILE_NAME
VALUE "LegalCopyright", COPYRIGHT
VALUE "OriginalFilename", FILE_NAME
VALUE "ProductName", "IntelliJ Platform"
VALUE "ProductName", "OpenIDE"
VALUE "ProductVersion", VERSION_STR
END
END
+5 -6
View File
@@ -1,3 +1,5 @@
# 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]
name = "xplat-launcher"
version = "1.0.0"
@@ -59,12 +61,9 @@ sha1 = { version = "0.11.0", optional = true }
winresource = "0.1.31"
[package.metadata.winresource]
CompanyName = "JetBrains s.r.o."
FileDescription = "IntelliJ Platform Windows Launcher"
LegalCopyright = "Copyright 2000-2025 JetBrains s.r.o."
InternalName = "WinLauncher.exe"
OriginalFilename = "WinLauncher.exe"
ProductName = "IntelliJ Platform"
CompanyName = "OpenIDE"
FileDescription = "OpenIDE"
ProductName = "OpenIDE"
[dev-dependencies]
tempfile = "3.27.0"
+5 -3
View File
@@ -1,3 +1,5 @@
# 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]
name = "restarter"
version = "0.3.0"
@@ -25,8 +27,8 @@ windows = { version = "0.58.0", features = ["Win32_Foundation", "Win32_System_Th
winresource = "0.1.17"
[package.metadata.winresource]
CompanyName = "JetBrains s.r.o."
CompanyName = "OpenIDE"
FileDescription = "IDE update and restart helper"
LegalCopyright = "Copyright 2000-2024 JetBrains s.r.o."
LegalCopyright = "Copyright 2025 OpenIDE"
OriginalFilename = "restarter.exe"
ProductName = "IntelliJ Platform"
ProductName = "OpenIDE"