Skip to content

Commit e8b3c44

Browse files
committed
build: Include all Windows binaries for codesigning
1 parent dd4ec84 commit e8b3c44

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
@@ -358,6 +358,9 @@ mkdir -p "$DISTSRC"
358358
cd ./windeploy
359359
mkdir -p unsigned
360360
cp --target-directory=unsigned/ "${OUTDIR}/${DISTNAME}-win64-setup-unsigned.exe"
361+
cp -r --target-directory=unsigned/ "${INSTALLPATH}"
362+
find unsigned/ -name "*.dbg" -print0 \
363+
| xargs -0r rm
361364
find . -print0 \
362365
| sort --zero-terminated \
363366
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \

0 commit comments

Comments
 (0)