aka7774 commited on
Commit
560a0d0
1 Parent(s): 808f6a8

Update install.bat

Browse files
Files changed (1) hide show
  1. install.bat +1 -1
install.bat CHANGED
@@ -14,7 +14,7 @@ cd /d %INSTALL_DIR%
14
 
15
  :git_clone
16
  set DL_URL=%REPOS%
17
- set DL_DST=whisper
18
  git clone %DL_URL% %APPDIR%
19
  if exist %DL_DST% goto install_python
20
 
 
14
 
15
  :git_clone
16
  set DL_URL=%REPOS%
17
+ set DL_DST=%APPDIR%
18
  git clone %DL_URL% %APPDIR%
19
  if exist %DL_DST% goto install_python
20