mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
add "hit any key to exit" pause at end of install
This commit is contained in:
parent
5a4967582e
commit
9b1a7b553f
@ -67,6 +67,8 @@ del /q .tmp1 .tmp2
|
|||||||
@rem -------------- Install and Configure ---------------
|
@rem -------------- Install and Configure ---------------
|
||||||
|
|
||||||
call python .\lib\main.py
|
call python .\lib\main.py
|
||||||
|
pause
|
||||||
|
exit /b
|
||||||
|
|
||||||
@rem ------------------------ Subroutines ---------------
|
@rem ------------------------ Subroutines ---------------
|
||||||
@rem routine to do comparison of semantic version numbers
|
@rem routine to do comparison of semantic version numbers
|
||||||
|
@ -31,3 +31,4 @@ if [ -z "$PYTHON" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
exec $PYTHON ./lib/main.py ${@}
|
exec $PYTHON ./lib/main.py ${@}
|
||||||
|
read -p "Press any key to exit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user