Don't close after updating

This commit is contained in:
cmdr2 2022-10-12 22:44:11 +05:30 committed by tildebyte
parent 29eea93592
commit 1f62517636
2 changed files with 3 additions and 3 deletions

View File

@ -76,4 +76,3 @@ echo "Please follow the steps at https://invoke-ai.github.io/InvokeAI/installati
@rem it would be nice if the weights downloaded automatically, and didn't need the user to do this manually.
pause

View File

@ -1,5 +1,8 @@
@echo off
@rem prevent the window from closing after an error
if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit )
set INSTALL_ENV_DIR=%cd%\installer_files\env
set PATH=%PATH%;%INSTALL_ENV_DIR%;%INSTALL_ENV_DIR%\Library\bin;%INSTALL_ENV_DIR%\Scripts
@ -9,5 +12,3 @@ if exist ".git" (
)
conda env update
pause