Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Back to version substring
Browse files Browse the repository at this point in the history
  • Loading branch information
lvillani committed May 29, 2017
1 parent 987f9ca commit 664e745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Expand Up @@ -70,7 +70,7 @@ def build():
version = get_output(["git", "describe", "--tags"])

# This environment variable is used in just-install.wxs
os.environ["JustInstallVersion"] = version[1:]
os.environ["JustInstallVersion"] = version[1:6]

if "CI" in os.environ:
os.environ["GOARCH"] = "386"
Expand Down

0 comments on commit 664e745

Please sign in to comment.