Skip to content

Commit 2b279a2

Browse files
achow101fanquake
authored andcommitted
build: Include all Windows binaries for codesigning
Github-Pull: #31407 Rebased-From: e8b3c44
1 parent ac2b608 commit 2b279a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/guix/libexec/build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,9 @@ mkdir -p "$DISTSRC"
368368
cd ./windeploy
369369
mkdir -p unsigned
370370
cp --target-directory=unsigned/ "${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe"
371+
cp -r --target-directory=unsigned/ "${INSTALLPATH}"
372+
find unsigned/ -name "*.dbg" -print0 \
373+
| xargs -0r rm
371374
find . -print0 \
372375
| sort --zero-terminated \
373376
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \

0 commit comments

Comments
 (0)