Removed the binary get_var file and changed code according to the changes
This commit is contained in:
parent
3f72db08aa
commit
ed3e2fb0cb
4 changed files with 3 additions and 3 deletions
scripts/windows/coco-dev-setup/batch
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
setlocal EnableDelayedExpansion
|
||||
get_var config/config.coco %1
|
||||
utilities\\get_var.exe config\\config.coco %1
|
||||
endlocal
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
setlocal EnableDelayedExpansion
|
||||
get_var config/downloads.coco %1
|
||||
utilities\\get_var.exe config\\downloads.coco %1
|
||||
endlocal
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
setlocal EnableDelayedExpansion
|
||||
get_var localisation/%1.coco %2
|
||||
utilities\\get_var.exe localisation\\%1.coco %2
|
||||
endlocal
|
Binary file not shown.
Reference in a new issue