Skip to content

Commit 9e71d0f

Browse files
committed
Allow file overwriting and disable directory deletion in bundle.sh.
1 parent 3e7930d commit 9e71d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/darwin/bundle.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ shift
66
for exe in $@; do
77
if [ -f "$exe" ]; then
88
mkdir -p ./bundles
9-
dylibbundler -od -b -x $exe \
9+
dylibbundler -cd -of -b -x $exe \
1010
-d "./bundles/libs-$ARCH/" -p "@executable_path/../libs-$ARCH/"
1111
fi
1212
done

0 commit comments

Comments
 (0)