Sfoglia il codice sorgente

Merge branch 'master' of jarun2018/elxr into master

production
chess 2 anni fa
parent
commit
62946bf229
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3
    1
      i.win.js

+ 3
- 1
i.win.js Vedi File

return cli.prompt(choices, 'git repository : ', chessRepo).then(function(choice){ chessRepo = choice } ) 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 = [ var ifns = [

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

Loading…
Annulla
Salva