暫無描述
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.

extract-game-icons.bat 314B

123456789
  1. @cd ..
  2. @cd ..
  3. @echo ------------------------------------------------------
  4. @echo This moves all files from all subfolders of
  5. @echo ./resources/game-icons.net to the root of that folder
  6. @echo ------------------------------------------------------
  7. @pause
  8. node ./resources/scripts/extract.js ../game-icons.net
  9. @pause