mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02: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
|
@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
|
if %DevChannel% neq 0 goto preparedev
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue