mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
v3.5 (build 1497)
This commit is contained in:
parent
661ba7b64c
commit
be4ea5652d
3 changed files with 8 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
o Version 3.5 (2019.03.??)
|
||||
o Version 3.5 (2019.03.28)
|
||||
Add a feature to download official retail Windows 8.1 or Windows 10 ISOs
|
||||
(Note: 'Check for updates' must be enabled for the above to be active)
|
||||
Add Windows To Go support for MCT generated Windows ISOs
|
||||
|
@ -9,6 +9,7 @@ o Version 3.5 (2019.03.??)
|
|||
Fix a potential silent abort when the drive is in use
|
||||
Fix 'Quick Format' option always being activated
|
||||
Fix potential change of the selected file system after an ISO has been loaded
|
||||
Fix Win7 x64 EFI bootloader not being extracted in dual BIOS+UEFI mode (Alt-E)
|
||||
|
||||
o Version 3.4 (2018.12.05)
|
||||
Set the default image selection directory to Downloads\ instead of My Documents\
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
for an interesting struggle, when you also happen to have a comma in one of the fields... -->
|
||||
<Identity
|
||||
Name="Rufus"
|
||||
Version="3.5.1430.0"
|
||||
Version="3.5.1497.0"
|
||||
ProcessorArchitecture="@ARCH@"
|
||||
Publisher='CN=Akeo Consulting, O=Akeo Consulting, STREET=24 Grey Rock, L=Milford, S=Co. Donegal, PostalCode=F92 D667, C=IE' />
|
||||
<Properties>
|
||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -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 3.5.1496"
|
||||
CAPTION "Rufus 3.5.1497"
|
||||
FONT 9, "Segoe UI Symbol", 400, 0, 0x0
|
||||
BEGIN
|
||||
LTEXT "Drive Properties",IDS_DRIVE_PROPERTIES_TXT,8,6,53,12,NOT WS_GROUP
|
||||
|
@ -394,8 +394,8 @@ END
|
|||
//
|
||||
|
||||
VS_VERSION_INFO VERSIONINFO
|
||||
FILEVERSION 3,5,1496,0
|
||||
PRODUCTVERSION 3,5,1496,0
|
||||
FILEVERSION 3,5,1497,0
|
||||
PRODUCTVERSION 3,5,1497,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS 0x1L
|
||||
|
@ -413,13 +413,13 @@ BEGIN
|
|||
VALUE "Comments", "https://akeo.ie"
|
||||
VALUE "CompanyName", "Akeo Consulting"
|
||||
VALUE "FileDescription", "Rufus"
|
||||
VALUE "FileVersion", "3.5.1496"
|
||||
VALUE "FileVersion", "3.5.1497"
|
||||
VALUE "InternalName", "Rufus"
|
||||
VALUE "LegalCopyright", "© 2011-2019 Pete Batard (GPL v3)"
|
||||
VALUE "LegalTrademarks", "https://www.gnu.org/copyleft/gpl.html"
|
||||
VALUE "OriginalFilename", "rufus-3.5.exe"
|
||||
VALUE "ProductName", "Rufus"
|
||||
VALUE "ProductVersion", "3.5.1496"
|
||||
VALUE "ProductVersion", "3.5.1497"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
|
|
Loading…
Reference in a new issue