No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

copy-icons.bat 411B

1234567891011
  1. @cd ..
  2. @cd ..
  3. @echo ------------------------------------------------------
  4. @echo This copies all .svg files from all subdirectories
  5. @echo of ./resources to ./generator/icons
  6. @echo ------------------------------------------------------
  7. @pause
  8. copy .\resources\game-icons.net\*.svg .\generator\icons
  9. copy .\resources\custom-icons\*.svg .\generator\icons
  10. copy .\resources\class-icons\*.svg .\generator\icons
  11. @pause