From 4fd7136bb6ab4916dace182360c4e10d4891e7d4 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Mon, 20 Feb 2023 09:39:32 +0100 Subject: [PATCH] bugdfix --- image/finish-image.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/finish-image.cmd b/image/finish-image.cmd index 05c6e5b..7904527 100644 --- a/image/finish-image.cmd +++ b/image/finish-image.cmd @@ -13,8 +13,8 @@ rd /S /Q %IMAGE%\Windows\Setup\scripts 1>nul 2>nul mkdir %IMAGE%\Windows\Setup\scripts 1>nul 2>nul echo [%0] INFO: copying scripts to %IMAGE%\Windows\Setup\scripts ... -copy /Y SetupCompleted.cmd %IMAGE%\Windows\Setup\scripts -copy /Y StartCustomSetup.cmd %IMAGE%\Windows\Setup\scripts +copy /Y SetupComplete.cmd %IMAGE%\Windows\Setup\scripts +copy /Y SearchAutoconfig.cmd %IMAGE%\Windows\Setup\scripts copy /Y ..\tools\prompt-user.exe %IMAGE%\Windows if %ERRORLEVEL% NEQ 0 (