mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 13:16:53 +00:00
Hardcoded version
This commit is contained in:
3
Makefile
3
Makefile
@ -8,7 +8,8 @@ TARGET_OS?=${GOOS}
|
||||
## Build
|
||||
.PHONY: build build-nogui check-has-go
|
||||
|
||||
BRIDGE_VERSION?=$(shell git describe --abbrev=0 --tags)-git
|
||||
# Keep version hardcoded so app build works also without Git repository.
|
||||
BRIDGE_VERSION?=1.3.3-git
|
||||
REVISION:=$(shell git rev-parse --short=10 HEAD)
|
||||
BUILD_TIME:=$(shell date +%FT%T%z)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user