Files
ArchiSteamFarm/tools/crowdin-cli/archi_sync.bat
2017-08-18 22:56:01 +02:00

7 lines
214 B
Batchfile

@echo off
pushd %~dp0
cd ..\\..
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml upload sources
call crowdin -b master --identity tools\\crowdin-cli\\crowdin_identity.yaml download
pause