bugfix
This commit is contained in:
parent
3348a0f221
commit
effdb241a9
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user