0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-19 17:02:13 +02:00
Wurst7/scripts/downloadAssets.cmd
Alexander01998 b74ccecc4b Add scripts
2020-01-04 23:25:32 +01:00

4 lines
56 B
Batchfile

@echo off
cd ..
call gradlew.bat downloadAssets
pause