Include GetStart and Short-Ref PDFs in the DMG.

Rather than hiding these inside the bundle, lift them up to a visible place.
This commit is contained in:
James Turner 2013-01-30 15:46:15 +00:00
parent 91fdda387d
commit 55933a7621

View File

@ -150,6 +150,10 @@ File.open("#{contents}/Info.plist", 'w') { |f|
`cp #{srcDir}/package/mac/FlightGear.icns #{resourcesDir}/FlightGear.icns`
`cp #{srcDir}/COPYING #{dmgDir}`
# move documentation to a public place
`mv fgdata/Docs/FGShortRef.pdf #{dmgDir}`
`mv fgdata/Docs/getstart.pdf #{dmgDir}`
puts "Copying base package files into the image"
`rsync -a fgdata/ #{resourcesDir}/data`