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 dd4ec84 commit e8b3c44Copy full SHA for e8b3c44
contrib/guix/libexec/build.sh
@@ -358,6 +358,9 @@ mkdir -p "$DISTSRC"
358
cd ./windeploy
359
mkdir -p unsigned
360
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
364
find . -print0 \
365
| sort --zero-terminated \
366
| tar --create --no-recursion --mode='u+rw,go+r-w,a+X' --null --files-from=- \
0 commit comments