From a90ef5f5d9b047da087cf925ae6d5e6de3b18b32 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 5 Mar 2024 17:32:36 +0000 Subject: Fix powershell script. --- Private/NewBoot/Source/download-edk.ps1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Private/NewBoot/Source/download-edk.ps1 b/Private/NewBoot/Source/download-edk.ps1 index d19432a6..744d2c1d 100644 --- a/Private/NewBoot/Source/download-edk.ps1 +++ b/Private/NewBoot/Source/download-edk.ps1 @@ -1,2 +1,4 @@ $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 +$output = "$PSScriptRoot\OVMF.fd" + +$client.DownloadFile("https://retrage.github.io/edk2-nightly/bin/DEBUGX64_OVMF.fd", $output) \ No newline at end of file -- cgit v1.2.3