빌드 파일 수정

This commit is contained in:
leedongmyung 2023-11-12 22:23:24 +09:00
parent acd83f622a
commit 0ce71f7328
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ for /F "skip=2 tokens=1,2*" %%G in ('%SystemRoot%\System32\reg.exe query "HKCU\E
if /I "%%H" == "REG_EXPAND_SZ" (set "PathExpand=1" & set "PathUser=%%I") else if /I "%%H" == "REG_SZ" set "PathUser=%%I"
)
PATH=%PathUser%
echo %PATH%
SET BuildData > build_data.conf

View file

@ -7,7 +7,7 @@ for /F "skip=2 tokens=1,2*" %%G in ('%SystemRoot%\System32\reg.exe query "HKCU\E
if /I "%%H" == "REG_EXPAND_SZ" (set "PathExpand=1" & set "PathUser=%%I") else if /I "%%H" == "REG_SZ" set "PathUser=%%I"
)
PATH=%PathUser%
echo %PATH%
: cd ../dart_framework && git pull origin master
: cd "../%JOB_NAME%"