diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-27 05:25:17 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-27 05:25:17 +0800 |
commit | d57b7e8d5fd59007e7fc42132de5cc9459a2bc71 (patch) | |
tree | dba739ec7f6419707207b3736a7657bce5d03722 | |
parent | 52ddf044ae28cf84e61ced2d9193e7d5e806e1ef (diff) | |
download | dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.gz dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.tar.zst dexon-d57b7e8d5fd59007e7fc42132de5cc9459a2bc71.zip |
Fix for installer
-rw-r--r-- | ethereal/main.go | 2 | ||||
-rw-r--r-- | install.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ethereal/main.go b/ethereal/main.go index 1674b59d9..316f2285f 100644 --- a/ethereal/main.go +++ b/ethereal/main.go @@ -10,7 +10,7 @@ import ( ) func main() { - // Leave QT on top at ALL times. + // Leave QT on top at ALL times. Qt Needs to be initialized from the main thread qml.Init(nil) runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/install.sh b/install.sh index fe80a6956..fc4724217 100644 --- a/install.sh +++ b/install.sh @@ -27,7 +27,7 @@ if [ $? != 0 ]; then fi echo "serpent-go" -cd $GOPATH/src/github.com/obscuren/mutan +cd $GOPATH/src/github.com/obscuren/serpent-go echo "init submodule" git submodule init |