source: install/g2pkg/bld.bat @ 2358

Last change on this file since 2358 was 2315, checked in by toby, 7 years ago

seems to work, but problem in updating install.bat

File size: 230 bytes
Line 
1mkdir %PREFIX%\Scripts
2if errorlevel 1 exit 1
3copy %RECIPE_DIR%\src\bootstrap.py %PREFIX%\Scripts\gsas2-install.py
4if errorlevel 1 exit 1
5copy %RECIPE_DIR%\src\install.bat %PREFIX%\Scripts\install-gsas2.bat
6if errorlevel 1 exit 1
Note: See TracBrowser for help on using the repository browser.