Skip to content

Commit f68d8f1

Browse files
committed
scripts/build/mkversioninfo: use permalink in comment
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent 01febbc commit f68d8f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build/mkversioninfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ VERSION_QUAD=$(printf "%s" "$VERSION" | sed -re 's/^([0-9.]*).*$/\1/' | sed -re
2020
# Generate versioninfo.json to be able to create a syso file which contains
2121
# Microsoft Windows Version Information and an icon using goversioninfo.
2222
# https://docs.microsoft.com/en-us/windows/win32/menurc/stringfileinfo-block
23-
# https://github.com/josephspurrier/goversioninfo/blob/master/testdata/resource/versioninfo.json
23+
# https://github.com/josephspurrier/goversioninfo/blob/v1.5.0/testdata/resource/versioninfo.json
2424
cat > ./cmd/docker/winresources/versioninfo.json <<EOL
2525
{
2626
"FixedFileInfo":

0 commit comments

Comments
 (0)