mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-18 21:21:27 +00:00
build scripts fixed
This commit is contained in:
parent
bafb9711a0
commit
37503a2305
0
Telegram/Build.sh
Normal file → Executable file
0
Telegram/Build.sh
Normal file → Executable 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user