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 c618319 commit 9eccfffCopy full SHA for 9eccfff
packages/macos/make-universal.sh
@@ -12,7 +12,7 @@ touch $INSTALLDIR/.keep
12
13
EXES=$(find $INSTALLDIR -type f -perm -u+x)
14
LIBS=$(find $INSTALLDIR -type f -name "*.dylib")
15
-FILES="$EXES $LIBS"
+FILES="$EXES"$'\n'"$LIBS"
16
echo "Files: $FILES"
17
while IFS= read -r file; do
18
file_arm64=$(sed "s|$INSTALLDIR|$INSTALLDIR-arm64|" <<< $file)
0 commit comments