release_self_fds,rename main to launchergo

This commit is contained in:
cuu
2019-06-21 19:57:55 +08:00
parent 0cb0eafc6a
commit 56d027815b
5 changed files with 39 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
set -x
go build main.go mainscreen.go
go build -o launchergo main.go mainscreen.go
#go build -ldflags="-s -w" -o main main.go mainscreen.go