mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-04-02 20:51:37 +02:00
Even clearer uninstall warning
This commit is contained in:
parent
47ee392404
commit
40268c8437
@ -12,11 +12,14 @@ IF EXIST "Uninstall\unins000.exe" (
|
|||||||
exit
|
exit
|
||||||
) ELSE (
|
) ELSE (
|
||||||
echo This will remove all KoboldAI folders that do not contain user data.
|
echo This will remove all KoboldAI folders that do not contain user data.
|
||||||
echo DO NOT CONTINUE IF KOBOLDAI IS NOT IN ITS OWN FOLDER! OTHERWISE YOUR OTHER DATA IN THE FOLDER WILL BE DELETED AS WELL!
|
echo DO NOT CONTINUE IF KOBOLDAI IS NOT IN ITS OWN FOLDER! OTHERWISE YOUR OTHER DATA IN THIS FOLDER WILL BE DELETED AS WELL!
|
||||||
pause
|
pause
|
||||||
GOTO UNINSTALL
|
set /P D=Type DELETE if you wish to continue the uninstallation:
|
||||||
)
|
)
|
||||||
|
|
||||||
|
IF %D%==DELETE GOTO UNINSTALL
|
||||||
|
exit
|
||||||
|
|
||||||
:UNINSTALL
|
:UNINSTALL
|
||||||
echo Uninstallation in progress, please wait...
|
echo Uninstallation in progress, please wait...
|
||||||
set DM=Y
|
set DM=Y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user