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

7 lines
214 B
Batchfile
Raw Normal View History

2017-07-05 07:57:40 +02:00
@echo off
2017-08-18 22:56:01 +02:00
pushd %~dp0
2017-07-05 07:57:40 +02:00
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