[vlc-commits] extras/macosx: add *.txt to the text files shown on the dmg so they are more easy to open for the ordinary user

Felix Paul Kühne git at videolan.org
Fri Nov 22 22:39:34 CET 2013


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Nov 22 22:39:34 2013 +0100| [1d32ef1931c063b2cd823c83fdcc1291a0f306a7] | committer: Felix Paul Kühne

extras/macosx: add *.txt to the text files shown on the dmg so they are more easy to open for the ordinary user

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=1d32ef1931c063b2cd823c83fdcc1291a0f306a7
---

 extras/macosx/create-dmg.sh  |    5 +++++
 extras/macosx/dmg_setup.scpt |  Bin 4802 -> 4826 bytes
 2 files changed, 5 insertions(+)

diff --git a/extras/macosx/create-dmg.sh b/extras/macosx/create-dmg.sh
index 8e3e5fe..910b93b 100755
--- a/extras/macosx/create-dmg.sh
+++ b/extras/macosx/create-dmg.sh
@@ -38,6 +38,11 @@ info "Collecting items"
 mkdir -p "${DMGFOLDERNAME}"
 cp -R "${UBROOT}" "${DMGFOLDERNAME}"
 cp NEWS AUTHORS COPYING "${DMGFOLDERNAME}"
+spushd "${DMGFOLDERNAME}"
+mv NEWS NEWS.txt
+mv AUTHORS AUTHORS.txt
+mv COPYING COPYING.txt
+spopd
 ln -s "/Library/Internet Plug-Ins" "${DMGFOLDERNAME}/Internet Plug-Ins"
 rm -f ${DMGITEMNAME}-rw.dmg
 
diff --git a/extras/macosx/dmg_setup.scpt b/extras/macosx/dmg_setup.scpt
index ceaeb23..ecf0f6b 100644
Binary files a/extras/macosx/dmg_setup.scpt and b/extras/macosx/dmg_setup.scpt differ



More information about the vlc-commits mailing list