Fix Mac packaging.

This commit is contained in:
James Turner 2015-05-06 11:29:53 +01:00
parent 0014a3b728
commit ec87228483

View File

@ -132,7 +132,7 @@ puts "Copying base package files into the image"
`rsync -a --filter 'merge base-package.rules' fgdata/ #{resourcesDir}/data`
# work-around for 3.4.1: copy aircraft/scenery files too
`rsync -a aircraft-data/ #{resourcesDir}/data`
`rsync -a extended-data/ #{resourcesDir}/data`
# code sign the entire bundle once complete - v2 code-signing
puts "Signing #{bundle}"