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 1021e4c commit 7762c56Copy full SHA for 7762c56
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