build scripts fixed

This commit is contained in:
John Preston 2015-09-24 19:31:24 +03:00
parent bafb9711a0
commit 37503a2305
2 changed files with 1 additions and 1 deletions

0
Telegram/Build.sh Normal file → Executable file
View File

View File

@ -1,6 +1,6 @@
@echo OFF
FOR /F "tokens=1,2* delims= " %i in (Version) do set "%i=%j"
FOR /F "tokens=1,2* delims= " %%i in (Version) do set "%%i=%%j"
if %DevChannel% neq 0 goto preparedev