From 26965d955a6c06e15631ce84b981e643b9b06f87 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Mon, 12 Aug 2024 06:11:57 +0200 Subject: [IMP] SEE BELOW. + Updated BTB build manifests. + Rename ovmf.ps1 to DownloadOVMF.ps1. Signed-off-by: Amlal EL Mahrouss --- Boot/DownloadOVMF.ps1 | 4 ++++ Boot/ovmf.ps1 | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) create mode 100644 Boot/DownloadOVMF.ps1 delete mode 100644 Boot/ovmf.ps1 (limited to 'Boot') diff --git a/Boot/DownloadOVMF.ps1 b/Boot/DownloadOVMF.ps1 new file mode 100644 index 00000000..5a2c5f0e --- /dev/null +++ b/Boot/DownloadOVMF.ps1 @@ -0,0 +1,4 @@ +$client = new-object System.Net.WebClient +$output = "$PSScriptRoot\OVMF.fd" + +$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) diff --git a/Boot/ovmf.ps1 b/Boot/ovmf.ps1 deleted file mode 100644 index 5a2c5f0e..00000000 --- a/Boot/ovmf.ps1 +++ /dev/null @@ -1,4 +0,0 @@ -$client = new-object System.Net.WebClient -$output = "$PSScriptRoot\OVMF.fd" - -$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) -- cgit v1.2.3