Commit 2200c2c0 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: don't include BGHUDAppKit's IB plugin in VLC's release bundle

parent 1ee2573c
...@@ -515,6 +515,7 @@ VLC-release.app: vlc ...@@ -515,6 +515,7 @@ VLC-release.app: vlc
$(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \ $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
done done
printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
rm -Rf $(top_builddir)/VLC-release.app/Contents/Frameworks/BGHUDAppKit.framework/Resources/
find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete; find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \; find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \; find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment