diff options
| author | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
|---|---|---|
| committer | Bryan Galdrikian <[email protected]> | 2018-05-31 11:36:08 -0700 |
| commit | 7115f60b91b5717d90f643fd692010905c7004db (patch) | |
| tree | effd68c6978751c517d54c2f2bb5bb6e7dc93e18 /download_sample_resources.bat | |
| parent | Updating BlastTool zip (diff) | |
| download | blast-1.1.3_rc1.tar.xz blast-1.1.3_rc1.zip | |
Blast 1.1.3. See docs/release_notes.txt.v1.1.3_rc1
Diffstat (limited to 'download_sample_resources.bat')
| -rwxr-xr-x[-rw-r--r--] | download_sample_resources.bat | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/download_sample_resources.bat b/download_sample_resources.bat index 94e386e..d733c02 100644..100755 --- 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 |