also copy NEWS to dmg

This commit is contained in:
Alexandre Quessy
2014-07-07 16:29:12 -04:00
parent 623498daf6
commit 6be2aa0057
2 changed files with 7 additions and 3 deletions
+6 -3
View File
@@ -22,9 +22,9 @@ http://www.francophonie.org/
Ce projet a été rendu possible grâce au support de l'Organisation internationale de la Francophonie.
http://www.francophonie.org/
Build and install
-----------------
See the INSTALL file.
Build and installation
----------------------
To build and install it, see the INSTALL file provided with the source code.
To use this software on Mac OS X:
* Install GStreamer using http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-1.2.4.1-universal.pkg : you should customize the installation and choose to install all components.
@@ -44,3 +44,6 @@ Contributors
* Julien Keable: developer.
* Sylvain Cormier: developer.
More info
---------
Get more info from http://mapmap.info
+1
View File
@@ -18,6 +18,7 @@ do_create_dmg() {
mkdir -p $DMGDIR
cp -R MapMap.app ${DMGDIR}
cp README ${DMGDIR}/README.txt
cp NEWS ${DMGDIR}/NEWS.txt
hdiutil create \
-volname ${DMGDIR} \
-srcfolder ${DMGDIR} \