Files
ArchiSteamFarm/tools/crowdin-cli/archi_upload.bat
2018-05-08 10:53:36 +02:00

13 lines
184 B
Batchfile

@echo off
pushd %~dp0
cd ..\\..
cd wiki
git reset --hard
git clean -fd
git pull
cd ..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml upload sources
pause