diff --git a/build.sh b/build.sh index f4ae038..ae936bd 100755 --- a/build.sh +++ b/build.sh @@ -1,11 +1,8 @@ #!/bin/bash go build main.go mainscreen.go - -##HelloWorld -cd Menu/GameShell/HelloWorld/ -go build -ldflags="-s -w" -o HelloWorld.so -buildmode=plugin -cd - +#go build -ldflags="-s -w" -o main main.go mainscreen.go +