瀏覽代碼

Merge branch 'master' of jarun2018/elxr into master

pull/10/head
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')) {

Loading…
取消
儲存