diff options
| author | Jonathan <jonathan@mullvad.net> | 2022-05-10 11:49:23 +0200 |
|---|---|---|
| committer | Jonathan <jonathan@mullvad.net> | 2022-05-10 11:49:23 +0200 |
| commit | e0784e5b3b6ea1a4957dc1d0ebce2ffbde71292e (patch) | |
| tree | 73c93dc8bbd7c226d4335cd081aef0b06971e32f | |
| parent | c550a35537c25cc737240c46873605f823ab4f98 (diff) | |
| parent | e78d14efc39296dea270cae6e85a3deb134a884e (diff) | |
| download | mullvadvpn-e0784e5b3b6ea1a4957dc1d0ebce2ffbde71292e.tar.xz mullvadvpn-e0784e5b3b6ea1a4957dc1d0ebce2ffbde71292e.zip | |
Merge branch 'repair-build-system'
| -rwxr-xr-x | build.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -379,8 +379,7 @@ esac popd SEMVER_VERSION=$(echo "$PRODUCT_VERSION" | sed -Ee 's/($|-.*)/.0\1/g') -# `git tag --points-at` defaults to point at HEAD -current_head_commit_tag=$(git tag --points-at) +current_head_commit_tag=$(git tag --points-at HEAD) for semver_path in dist/*"$SEMVER_VERSION"*; do # If there is a tag for this commit then we append that to the produced artifacts # We don't want to change the actual PRODUCT_VERSION as metadata in the form of +<metadata> is ignored by electron builder etc |
