Fixed missing bootx64.efi.mui.

This commit is contained in:
Homes32
2024-06-17 22:10:02 -05:00
parent cc765fcd4e
commit 670a1c3857

View File

@@ -35,8 +35,8 @@ Author=Homes32
Level=7 Level=7
Selected=True Selected=True
Mandatory=True Mandatory=True
Version=1.1.0.0 Version=1.1.1.0
Date=2021-10-31 Date=2024-04-22
[Variables] [Variables]
@@ -93,6 +93,7 @@ If,%SourceArch%,Equal,x64,Begin
FileCopyEx,"%TargetDir%\Windows\Boot\EFI\bootmgfw.efi","%OutputDir%\efi\boot\" FileCopyEx,"%TargetDir%\Windows\Boot\EFI\bootmgfw.efi","%OutputDir%\efi\boot\"
FileDeleteEx,"%OutputDir%\efi\boot\bootx64.efi" FileDeleteEx,"%OutputDir%\efi\boot\bootx64.efi"
FileRename,"%OutputDir%\efi\boot\bootmgfw.efi","%OutputDir%\efi\boot\bootx64.efi" FileRename,"%OutputDir%\efi\boot\bootmgfw.efi","%OutputDir%\efi\boot\bootx64.efi"
FileRename,"%OutputDir%\efi\boot\%SourceLang%\bootmgfw.efi.mui","%OutputDir%\efi\boot\%SourceLang%\bootx64.efi.mui"
End End
Else,Begin Else,Begin
FileCopyEx,"%TargetDir%\Windows\Boot\EFI\bootmgfw.efi","%OutputDir%\efi\boot\" FileCopyEx,"%TargetDir%\Windows\Boot\EFI\bootmgfw.efi","%OutputDir%\efi\boot\"