Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos committed Apr 3, 2020
1 parent 2598e63 commit d1d60a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
TARGET=./build
ARCHS=amd64
LDFLAGS="-s -w"
GCFLAGS="all=-trimpath=${GOPATH}/src"
ASMFLAGS="all=-trimpath=${GOPATH}/src"
package="alfred-pritunl.alfredworkflow"

current:
@echo "[+] Compiling gotunl..."\
&& go build -ldflags=${LDFLAGS} -gcflags=${GCFLAGS} -asmflags=${ASMFLAGS} -o ./src/gotunl\
&& go build -ldflags=${LDFLAGS} -trimpath -o ./src/gotunl\
&& cd src; echo "[+] Creating ${package}..." && zip -r ../${package} *\
&& echo "[+] Done." || echo "[!] There was an error"

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var (
iconIssue = &aw.Icon{Value: "icons/issue.png"}
iconDisconnect = &aw.Icon{Value: "/System/Library/CoreServices/CoreTypes.bundle/Contents/Resources/ToolbarDeleteIcon.icns"}
)
var version = "1.4.0"
var version = "1.4.1"
var wf *aw.Workflow

type connections struct {
Expand Down

0 comments on commit d1d60a4

Please sign in to comment.