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 exit /b
) )
for %%A in (. %2) do set target=%%A for %%A in (. %2) do set target=%%A
git clone https://gitme.fun/%1 %target% && pushd %target% & if exist vid-init-module.cmd call vid-init-module.cmd & popd
git clone https://gitme.fun/%1 %target% && if exist vid-init-module.cmd call vid-init-module.cmd

View File

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