From 37503a2305cf1f56876bfc1caf74ca2d4c953a69 Mon Sep 17 00:00:00 2001 From: John Preston Date: Thu, 24 Sep 2015 19:31:24 +0300 Subject: [PATCH] build scripts fixed --- Telegram/Build.sh | 0 Telegram/BuildWin.bat | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 Telegram/Build.sh diff --git a/Telegram/Build.sh b/Telegram/Build.sh old mode 100644 new mode 100755 diff --git a/Telegram/BuildWin.bat b/Telegram/BuildWin.bat index ad5865dc3..182bd5747 100644 --- a/Telegram/BuildWin.bat +++ b/Telegram/BuildWin.bat @@ -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