We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b4b94 commit 1a9c752Copy full SHA for 1a9c752
release.sh
@@ -42,7 +42,7 @@ SYS=${LOOPBUILDSYS:-"windows-386 windows-amd64 openbsd-386 openbsd-amd64 linux-3
42
# (something that is totally allowed).
43
PKG="github.com/lightninglabs/loop"
44
COMMIT=$(git describe --abbrev=40 --dirty)
45
-COMMITFLAGS="-X $PKG/build.Commit=$COMMIT"
+COMMITFLAGS="-X $PKG.Commit=$COMMIT"
46
47
for i in $SYS; do
48
OS=$(echo $i | cut -f1 -d-)
0 commit comments