From c67b06cf2f3a8ca95145d90d2de68b536a771c3d Mon Sep 17 00:00:00 2001 From: tobtoht Date: Thu, 10 Apr 2025 04:19:46 +0200 Subject: [PATCH] guix: remove unsigned windows installer --- contrib/guix/libexec/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/guix/libexec/build.sh b/contrib/guix/libexec/build.sh index c1c3a030..7a939c72 100755 --- a/contrib/guix/libexec/build.sh +++ b/contrib/guix/libexec/build.sh @@ -433,6 +433,7 @@ export PATH="${BASEPREFIX}/${HOST}/native/bin:${PATH}" -sigin "/distsrc/external/feather-codesigning/signatures/${HOST}/feather.installer.pem" || true cp FeatherWalletSetup.exe.tmp "${OUTDIR}/FeatherWalletSetup-${TAG}.exe" mv FeatherWalletSetup.exe.tmp "FeatherWalletSetup-${TAG}.exe" + rm FeatherWalletSetup.exe rm "${OUTDIR}/FeatherWalletSetup.exe" ;; "") -- 2.52.0