Browse Source

- added 'VLC Plugin.plugin' in MacOS X Disk image

pull/2/head
Damien Fouilleul 20 years ago
parent
commit
c7178603f9
  1. 1
      AUTHORS
  2. 3
      Makefile.am

1
AUTHORS

@ -180,6 +180,7 @@ N: Damien Fouilleul
E: Damien.Fouilleul@laposte.net
C: Quovodis
D: ActiveX control
D: Safari/Firefox plugin for MacOS X
S: Ireland
N: Alexis Guillard

3
Makefile.am

@ -840,6 +840,9 @@ package-macosx:
# Copy relevant files
cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
if BUILD_MOZILLA
cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/vlc-${VERSION}/VLC Plugin.plugin"
endif
cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/vlc-${VERSION}/ && cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/
# Create disk image

Loading…
Cancel
Save