update dirc2p and release, but dirc2p is still not perfect, will probably need to change course

This commit is contained in:
idk
2020-09-15 01:03:45 -04:00
parent f055352eaa
commit a4c69f9faa
9 changed files with 164 additions and 11090 deletions

View File

@ -1,10 +1,10 @@
VERSION=0.1.04
VERSION=0.1.05
USER_GH=eyedeekay
packagename=i2p-traymenu
GO_COMPILER_OPTS = -a -tags "netgo" -ldflags '-w'
WIN_GO_COMPILER_OPTS = -a -tags "netgo debian" -ldflags '-H=windowsgui -w -extldflags "static"'
WIN_GO_COMPILER_OPTS = -a -tags "netgo" -ldflags '-H=windowsgui -w -extldflags "static"'
echo:
@echo "type make version to do release $(VERSION)"
@ -34,7 +34,7 @@ windows: fmt
osx: fmt
#GOARCH=386 GOOS=darwin go build $(GO_COMPILER_OPTS) -o $(packagename)-darwin-386
GOOS=darwin go build $(GO_COMPILER_OPTS) -o $(packagename)-darwin
#GOOS=darwin go build $(GO_COMPILER_OPTS) -o $(packagename)-darwin
linux: fmt