Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions scripts/windows/Make2023BootableMedia.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -909,8 +909,6 @@ function Copy-2023BootBins {
$bootStlDest = $global:Temp_Media_To_Update_Path + "\EFI\Microsoft\Boot\boot.stl"
if (-not (Test-Path -Path $bootStlSource)) {
Write-Dbg-Host "[boot.stl] not found in mounted boot.wim at [$bootStlSource]. Skipping."
} elseif (Test-Path -Path $bootStlDest) {
Write-Dbg-Host "[boot.stl] already exists at [$bootStlDest]. Preserving existing file."
} else {
Write-Dbg-Host "Copying [$bootStlSource] to [$bootStlDest]"
Copy-Item -Path $bootStlSource -Destination $bootStlDest -Force -ErrorAction stop | Out-Null
Expand Down
Loading