[iso] add Circle Linux to the list of Red-Hat derivatives

* Closes #2414.
This commit is contained in:
Bella Zhang 2024-01-28 16:43:26 +08:00 committed by Pete Batard
parent 172888ac32
commit 026afa7e3d
No known key found for this signature in database
GPG Key ID: 38E0CF5E69EDD671
2 changed files with 7 additions and 6 deletions

View File

@ -1261,7 +1261,8 @@ DWORD WINAPI ImageScanThread(LPVOID param)
const char* redhat8_derivative[] = {
"^AlmaLinux-[8-9].*", // AlmaLinux 8.x and 9.x
"^Fedora.*-3[3-9].*", // Fedora 33-39
"^CentOS.*-[8-9].*", // CentOS and CentOS Stream 8.and 9.x
"^CentOS.*-[8-9].*", // CentOS and CentOS Stream 8.x and 9.x
"^Circle.*-[8-9].*", // Circle Linux 8.x.and 9.x
"^OL-[8-9].*", // Oracle Linux 8.x and 9.x
"^RHEL-[8-9].*", // Red Hat 8.x and 9.x
"^Rocky-[8-9].*", // Rocky Linux 8.x and 9.x

View File

@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
IDD_DIALOG DIALOGEX 12, 12, 232, 326
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
EXSTYLE WS_EX_ACCEPTFILES
CAPTION "Rufus 4.5.2112"
CAPTION "Rufus 4.5.2113"
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
BEGIN
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
@ -392,8 +392,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 4,5,2112,0
PRODUCTVERSION 4,5,2112,0
FILEVERSION 4,5,2113,0
PRODUCTVERSION 4,5,2113,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -411,13 +411,13 @@ BEGIN
VALUE "Comments", "https://rufus.ie"
VALUE "CompanyName", "Akeo Consulting"
VALUE "FileDescription", "Rufus"
VALUE "FileVersion", "4.5.2112"
VALUE "FileVersion", "4.5.2113"
VALUE "InternalName", "Rufus"
VALUE "LegalCopyright", "© 2011-2024 Pete Batard (GPL v3)"
VALUE "LegalTrademarks", "https://www.gnu.org/licenses/gpl-3.0.html"
VALUE "OriginalFilename", "rufus-4.5.exe"
VALUE "ProductName", "Rufus"
VALUE "ProductVersion", "4.5.2112"
VALUE "ProductVersion", "4.5.2113"
END
END
BLOCK "VarFileInfo"