mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[efi] update the UEFI:NTFS image
* Now use version 1.6 of the EfiFs drivers that enables firmwares that don't provide EFI_DEVICE_PATH_TO_TEXT_PROTOCOL to mount NTFS partitions regardless. * Also use the latest version of UEFI:NTFS that displays additional info about the system. * Closes #1213. * Also update version to Rufus-next.
This commit is contained in:
parent
dcc4463273
commit
7463fa6da3
7 changed files with 20 additions and 20 deletions
|
@ -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.10.1647.0"
|
||||
Version="3.11.1647.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>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
@echo off
|
||||
setlocal EnableExtensions DisableDelayedExpansion
|
||||
set VERSION=3.10
|
||||
set VERSION=3.11
|
||||
|
||||
del /q *.appx >NUL 2>&1
|
||||
del /q *.appxbundle >NUL 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue