Skip to content

Commit

Permalink
Fix spaces in wim file not working
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperNinja-4965 authored May 17, 2023
1 parent bb92010 commit c733ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WinPE/Scripts/Deployment/Build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if %folderCnt% EQU 1 (
set /p "selection=Image: "
)
if not "!folder%selection%!"=="" (
call ApplyImage.bat \!folder%selection%!
call ApplyImage.bat "\!folder%selection%!"
call ApplyRecovery.bat
) else (
echo No Wim files were found.
Expand Down

0 comments on commit c733ea8

Please sign in to comment.