We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2b608 commit 2b279a2Copy full SHA for 2b279a2
contrib/guix/libexec/build.sh
@@ -368,6 +368,9 @@ mkdir -p "$DISTSRC"
368
cd ./windeploy
369
mkdir -p unsigned
370
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
374
find . -print0 \
375
| sort --zero-terminated \
376
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
0 commit comments