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 db8a5d6 commit 39396abCopy full SHA for 39396ab
contrib/guix/guix-codesign
@@ -152,7 +152,7 @@ outdir_for_host() {
152
unsigned_tarball_for_host() {
153
case "$1" in
154
*mingw*)
155
- echo "$(outdir_for_host "$1")/${DISTNAME}-win-unsigned.tar.gz"
+ echo "$(outdir_for_host "$1")/${DISTNAME}-win64-unsigned.tar.gz"
156
;;
157
*darwin*)
158
echo "$(outdir_for_host "$1")/${DISTNAME}-${1}-unsigned.tar.gz"
0 commit comments