MUI - Remove the "Opera Promotion" page in Notepad3_Setup

This commit is contained in:
Pairi Daiza 2025-11-14 22:59:35 +01:00
parent c94c0dde83
commit 1e423c5d93
No known key found for this signature in database
GPG Key ID: 696D11EF6A99040C
2 changed files with 7 additions and 2 deletions

View File

@ -34,7 +34,7 @@ UCD - (UCD)ARDET is an Encoding Detector Library
========================================================
Current BETA Version 6.25.1021.(build_#) (2025-10-21)
Current BETA Version 6.25.1114.(build_#) (2025-11-14)
========================================================
--------------------------------------------------------
@ -49,6 +49,7 @@ NEW:
CHANGES:
--------------------------------------------------------
[.###.#]- .
[1114.1]- Remove the "Opera Promotion" page in Notepad3 "INNO Setup Installer" (SUP).
[.917.1]- Italian language update.
[.828.1]- Changed some phrases in the Italian Inno Setup script (SUP).
[.828.1]- Completed/Modified the Windows Properties fields in Notepad3 Setup.exe (SUP).

View File

@ -86,7 +86,11 @@ inline LPCWSTR _Win10BuildToReleaseId(const DWORD build)
if (build >= 22000) { // Win11
if (build >= 26100)
if (build >= 26200)
{
lpcReleaseID = L"25H2";
}
else if (build >= 26100)
{
lpcReleaseID = L"24H2";
}