mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Hide drive error
Fixes a small issue where the user gets an error if the drive is not mounted.
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
cd /D %~dp0
|
||||
TITLE KoboldAI Uninstall Helper
|
||||
SET /P M=<loader.settings
|
||||
IF %M%==3 subst /D B:
|
||||
IF %M%==1 subst /D K:
|
||||
IF %M%==3 subst /D B: >nul
|
||||
IF %M%==1 subst /D K: >nul
|
||||
|
||||
IF "%1" == "FORCE" GOTO UNINSTALL
|
||||
|
||||
|
Reference in New Issue
Block a user