From 7115f60b91b5717d90f643fd692010905c7004db Mon Sep 17 00:00:00 2001 From: Bryan Galdrikian Date: Thu, 31 May 2018 11:36:08 -0700 Subject: Blast 1.1.3. See docs/release_notes.txt. --- download_sample_resources.bat | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) mode change 100644 => 100755 download_sample_resources.bat (limited to 'download_sample_resources.bat') diff --git a/download_sample_resources.bat b/download_sample_resources.bat old mode 100644 new mode 100755 index 94e386e..d733c02 --- a/download_sample_resources.bat +++ b/download_sample_resources.bat @@ -1,14 +1,14 @@ -:: Reset errorlevel status so we are not inheriting this state from the calling process: -@call :CLEAN_EXIT - -:: Run packman to pull resources -@echo Running packman to pull resources... -@call "%~dp0buildtools\packman\packman.cmd" pull "%~dp0\samples\resources\configs\resources.xml" --platform win -@if %ERRORLEVEL% neq 0 ( - @exit /b %errorlevel% -) else ( - @echo Success! -) - -:CLEAN_EXIT +:: Reset errorlevel status so we are not inheriting this state from the calling process: +@call :CLEAN_EXIT + +:: Run packman to pull resources +@echo Running packman to pull resources... +@call "%~dp0buildtools\packman5\packman.cmd" pull "%~dp0\samples\resources\configs\resources.xml" +@if %ERRORLEVEL% neq 0 ( + @exit /b %errorlevel% +) else ( + @echo Success! +) + +:CLEAN_EXIT @exit /b 0 \ No newline at end of file -- cgit v1.2.3