minor fix

This commit is contained in:
rabix 2022-03-06 15:14:04 +08:00
parent 344924b8dc
commit 20348ce8d5
2 changed files with 2 additions and 4 deletions

View File

@ -5,5 +5,4 @@ if "%1"=="" (
exit /b
)
for %%A in (. %2) do set target=%%A
git clone https://gitme.fun/%1 %target% && if exist vid-init-module.cmd call vid-init-module.cmd
git clone https://gitme.fun/%1 %target% && pushd %target% & if exist vid-init-module.cmd call vid-init-module.cmd & popd

View File

@ -1,4 +1,3 @@
@echo off
set VID_HOME=%~dp0
set PATH=%~dp0\bin;%PATH%
call %~dp0env.cmd
cmd /k