mirror of https://github.com/lukechilds/Agama.git
Browse Source
now changes to the dir before running iguana checks if the directory already exists or not if doesn’t creates the dir changes the dir specific to os, and starts iguana from that dir. found in previous updates iguana binaries was not included, or somehow was missing. added to this update.ca333-dev
Satinder Grewal
8 years ago
6 changed files with 45 additions and 3 deletions
Binary file not shown.
Binary file not shown.
@ -0,0 +1,10 @@ |
|||
//SuperNET iguana app launcher
|
|||
|
|||
//var exec = require('child_process').exec
|
|||
//exec does not return obj with stream but instead the whole buffer output from proc
|
|||
//spawn returns objects with stderr and out streams
|
|||
//for question contact ca333@keemail.me
|
|||
|
|||
const spawn = require('child_process').spawn; |
|||
var iguana = path.join(__dirname, '/assets/iguana/iguana'); |
|||
//var os = require('os');
|
@ -0,0 +1 @@ |
|||
//startup separator for superNET iguana
|
Loading…
Reference in new issue