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%