Starbound/scripts/windows/update_tilesets.bat
2025-03-21 22:23:30 +11:00

6 lines
61 B
Batchfile

pushd %~dp0
pushd ..\..\dist
update_tilesets
pause
popd
popd