mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
build scripts fixed
This commit is contained in:
parent
bafb9711a0
commit
37503a2305
2 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue