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 e78c95e commit 4d3d3a6Copy full SHA for 4d3d3a6
1 file changed
scripts/build-release.sh
@@ -467,7 +467,7 @@ build_for_arch() {
467
[ -f "$binary" ] || continue
468
otool -l "$binary" 2>/dev/null | grep "Libs/dylibs" | awk '{print $2}' | while read -r rpath; do
469
install_name_tool -delete_rpath "$rpath" "$binary" 2>/dev/null || true
470
- done
+ done || true
471
done
472
473
# Strip Sparkle helper binaries
0 commit comments