mirror of
https://github.com/rizonesoft/Notepad3.git
synced 2025-12-28 07:54:07 +00:00
MUI - Remove the "Opera Promotion" page in Notepad3_Setup
This commit is contained in:
parent
c94c0dde83
commit
1e423c5d93
@ -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).
|
||||
|
||||
@ -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";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user