OPENIDE winlaunchers resources update

This commit is contained in:
axiom
2025-03-07 19:44:51 +03:00
committed by Nikita Iarychenko
parent bb3a801427
commit 61b62b670d
7 changed files with 27 additions and 26 deletions

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

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

View File

@@ -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

View File

@@ -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

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"
@@ -51,12 +53,9 @@ sha1 = "0.10.6"
winresource = "0.1.17"
[package.metadata.winresource]
CompanyName = "JetBrains s.r.o."
FileDescription = "IntelliJ Platform Windows Launcher"
LegalCopyright = "Copyright 2000-2024 JetBrains s.r.o."
InternalName = "WinLauncher.exe"
OriginalFilename = "WinLauncher.exe"
ProductName = "IntelliJ Platform"
CompanyName = "OpenIDE"
FileDescription = "OpenIDE"
ProductName = "OpenIDE"
[dev-dependencies]
tempfile = "3.10.1"

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"

Binary file not shown.