good morning!!!!

Skip to content
Snippets Groups Projects
Commit d57b7e8d authored by Jeffrey Wilcke's avatar Jeffrey Wilcke
Browse files

Fix for installer

parent 52ddf044
Branches
Tags
No related merge requests found
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
) )
func main() { 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) qml.Init(nil)
runtime.GOMAXPROCS(runtime.NumCPU()) runtime.GOMAXPROCS(runtime.NumCPU())
......
...@@ -27,7 +27,7 @@ if [ $? != 0 ]; then ...@@ -27,7 +27,7 @@ if [ $? != 0 ]; then
fi fi
echo "serpent-go" echo "serpent-go"
cd $GOPATH/src/github.com/obscuren/mutan cd $GOPATH/src/github.com/obscuren/serpent-go
echo "init submodule" echo "init submodule"
git submodule init git submodule init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment