mirror of https://github.com/procxx/kepka.git
build scripts fixed
This commit is contained in:
parent
bafb9711a0
commit
37503a2305
|
@ -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…
Reference in New Issue