From effdb241a96f3964342492c96938a958cf5c493c Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Thu, 22 Feb 2024 14:50:02 +0100 Subject: [PATCH] bugfix --- image/finish-boot.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/image/finish-boot.cmd b/image/finish-boot.cmd index d5bfcfb..2f52765 100644 --- a/image/finish-boot.cmd +++ b/image/finish-boot.cmd @@ -60,9 +60,9 @@ rem prepare BIOS version ... ..\tools\searchreplace %BOOT%\autounattend.xml ___MYLANG___ "%LANG%" echo. -if EXIST ..\software\snapshot64-licensed.exe ( +if EXIST ..\software\snapshot64_licensed.exe ( echo copying LICENSED snapshot64.exe to boot image ... - copy /Y ..\software\snapshot64-licensed.exe %BOOT%\snapshot64.exe + copy /Y ..\software\snapshot64_licensed.exe %BOOT%\snapshot64.exe ) else ( echo copying STANDARD snapshot64.exe to boot image ... copy /Y ..\software\snapshot64.exe %BOOT%