mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
6 lines
202 B
Batchfile
6 lines
202 B
Batchfile
@echo off
|
|
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
|