Переглянути джерело

Merge branch 'master' of jarun2018/elxr into master

production
chess 2 роки тому
джерело
коміт
62946bf229
1 змінених файлів з 3 додано та 1 видалено
  1. 3
    1
      i.win.js

+ 3
- 1
i.win.js Переглянути файл

@@ -1506,8 +1506,10 @@ function __main( selectedinstance ){
return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } )
}
)
return any(steps).then(function(chessRepo){
return any(steps).then(function(){
var ifns = [

['git', ['clone', chessRepo + '/chess/elxr'] ]
]
if(existsSyncFolder( selectedinstance.root + '\\elxr')) {

Завантаження…
Відмінити
Зберегти