From bf8f7fd58a7a0e53cb6c0e3b5a39e962b746d2c5 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Wed, 19 Dec 2018 18:13:59 +0100 Subject: [pkg] do not fail if no tags are found --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3