From e729c9b374b60123da6ace55a60e3376ce336eca Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Mar 2024 17:13:33 +0000 Subject: Replace cmd with ps1 --- Private/NewBoot/Source/download-edk.ps1 | 2 ++ Private/NewBoot/download-edk.cmd | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Private/NewBoot/Source/download-edk.ps1 delete mode 100644 Private/NewBoot/download-edk.cmd diff --git a/Private/NewBoot/Source/download-edk.ps1 b/Private/NewBoot/Source/download-edk.ps1 new file mode 100644 index 00000000..d19432a6 --- /dev/null +++ b/Private/NewBoot/Source/download-edk.ps1 @@ -0,0 +1,2 @@ +$client = new-object System.Net.WebClient +$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd","C:\micro-kernel-Amllx-trunk-patch-989e\Private\NewBoot\Source\OVMF.fd") \ No newline at end of file diff --git a/Private/NewBoot/download-edk.cmd b/Private/NewBoot/download-edk.cmd deleted file mode 100644 index d19432a6..00000000 --- a/Private/NewBoot/download-edk.cmd +++ /dev/null @@ -1,2 +0,0 @@ -$client = new-object System.Net.WebClient -$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd","C:\micro-kernel-Amllx-trunk-patch-989e\Private\NewBoot\Source\OVMF.fd") \ No newline at end of file -- cgit v1.2.3