summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-12-19 18:13:59 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2018-12-19 18:13:59 +0100
commitbf8f7fd58a7a0e53cb6c0e3b5a39e962b746d2c5 (patch)
tree9f5880243882fa2c5be9f8d40b3f46bc672b91a3 /Makefile
parent863c6d819abdaef24009de617f3072b95aba79e1 (diff)
[pkg] do not fail if no tags are found
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f95237..a0e8f7d 100755
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ HELPER_BIN := bitmask_helper
APP_NAME := RiseupVPN
BUILD_RELEASE?=no
OSX_CERT = "Developer ID Installer: LEAP Encryption Access Project"
-VERSION = $(shell git -C `go env GOPATH`/src/$(SYSTRAY) describe --tags)
+VERSION = $(shell git -C `go env GOPATH`/src/$(SYSTRAY) describe --tags --always)
# -----------------------------------------------------------------------------
# Windows