Browse Source

Remove SetFile call and dependence on real OSX system to build (#38)

pull/44/head
Damien Zammit Filipe Coelho <falktx@falktx.com> 7 years ago
parent
commit
495cb5fda1
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      utils/generate-vst-bundles.sh

+ 0
- 6
utils/generate-vst-bundles.sh View File

@@ -11,11 +11,6 @@ fi


PWD=`pwd` PWD=`pwd`


if [ ! -d /System/Library ]; then
echo "This doesn't seem to be OSX, please stop!"
exit 0
fi

rm -rf *.vst/ rm -rf *.vst/


PLUGINS=`ls | grep vst.dylib` PLUGINS=`ls | grep vst.dylib`
@@ -27,7 +22,6 @@ for i in $PLUGINS; do
rm -f $FILE.vst/Contents/MacOS/deleteme rm -f $FILE.vst/Contents/MacOS/deleteme
sed -i -e "s/X-PROJECTNAME-X/$FILE/" $FILE.vst/Contents/Info.plist sed -i -e "s/X-PROJECTNAME-X/$FILE/" $FILE.vst/Contents/Info.plist
rm -f $FILE.vst/Contents/Info.plist-e rm -f $FILE.vst/Contents/Info.plist-e
SetFile -a B $FILE.vst
done done


cd .. cd ..

Loading…
Cancel
Save