Files
ArchiSteamFarm/tools/crowdin-cli/archi_upload.bat

13 lines
184 B
Batchfile
Raw Normal View History

@echo off
2017-08-18 22:56:01 +02:00
pushd %~dp0
cd ..\\..
2018-05-08 10:53:36 +02:00
cd wiki
git reset --hard
git clean -fd
git pull
cd ..
2018-05-08 09:19:56 +02:00
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yml upload sources
pause