AronaCore/update.bat
2024-03-22 15:14:48 +08:00

16 lines
120 B
Batchfile

cd third_party
cd rtaudio
git pull
cd ..
cd spdlog
git checkout v2.x
git pull
cd ..
cd taskflow
git pull
cd ..
pause