Browse Source

windows non node installer

pull/5/head
guest 3 years ago
parent
commit
47dfa84f59
2 changed files with 723 additions and 484 deletions
  1. 1
    1
      cliverse.js
  2. 722
    483
      i.win.js

+ 1
- 1
cliverse.js View File

@@ -32,7 +32,7 @@ function nodeShellExec() {
// D:\\chess\\instances\\elixir_01\\elxr/.elxr/run-1630002923584/download.bat https://github.com/git-for-windows/git/releases/download/v2.33.0.windows.2/Git-2.33.0.2-64-bit.exe D:\\chess\\instances\\elixir_01\\elxr/Downloads/Git-2.33.0.2-64-bit.exe
var p = new Promise(function(resolve, reject){
console.log(...args)
// console.log(...args)
const child = spawn(...args);
if(!opts.detached) {
var messages = []; // PB : TODO -- Explore stream for Task level aggregation to prevent interleaved messages from multiple tasks...

+ 722
- 483
i.win.js
File diff suppressed because it is too large
View File


Loading…
Cancel
Save