diff --git a/EasyDEX-GUI/README b/EasyDEX-GUI/README deleted file mode 100644 index a67f522..0000000 --- a/EasyDEX-GUI/README +++ /dev/null @@ -1,3 +0,0 @@ -Please clone EasyDEX-GUI from github repo here. - -git clone https://github.com/SuperNETorg/EasyDEX-GUI.git \ No newline at end of file diff --git a/README.md b/README.md index 23f5efd..7c060f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # Unity-App Desktop App for SuperNET DAPPs + + +Clone Unity Desktop App +```shell +git clone https://github.com/SuperNETorg/Unity-App.git +``` + +Please clone EasyDEX-GUI from github repo here. +```shell +git clone https://github.com/SuperNETorg/EasyDEX-GUI.git +``` \ No newline at end of file diff --git a/assets/iguana/iguana b/assets/iguana/iguana deleted file mode 100755 index a392f3d..0000000 Binary files a/assets/iguana/iguana and /dev/null differ diff --git a/assets/iguana/iguanaLinux b/assets/iguana/iguanaLinux deleted file mode 100755 index eff23ed..0000000 Binary files a/assets/iguana/iguanaLinux and /dev/null differ diff --git a/assets/js/iguana.js b/assets/js/iguana.js deleted file mode 100644 index 1209245..0000000 --- a/assets/js/iguana.js +++ /dev/null @@ -1,10 +0,0 @@ -//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'); diff --git a/assets/js/startup.js b/assets/js/startup.js deleted file mode 100644 index 0e0bd80..0000000 --- a/assets/js/startup.js +++ /dev/null @@ -1 +0,0 @@ -//startup separator for superNET iguana