fix backslash-related syntax error

This commit is contained in:
Lincoln Stein 2022-11-11 07:19:25 +00:00
parent 061fb4ef00
commit e9df17b374

View File

@ -92,8 +92,8 @@ if "%ERRORLEVEL%" NEQ "0" (
exit /b exit /b
) )
copy source_installer/install.bat install.bat copy source_installer\install.bat install.bat
copy source_installer/update.bat update.bat copy source_installer\update.bat update.bat
call conda activate invokeai call conda activate invokeai
@rem preload the models @rem preload the models