aboutsummaryrefslogtreecommitdiff
path: root/download_sample_resources.bat
diff options
context:
space:
mode:
Diffstat (limited to 'download_sample_resources.bat')
-rwxr-xr-x[-rw-r--r--]download_sample_resources.bat26
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