1
0
Fork 0

Copy fgcom data files into the resources dir

This commit is contained in:
James Turner 2012-08-08 15:57:07 +01:00
parent 1830f48c87
commit 9835dadf71

View file

@ -151,6 +151,11 @@ if File.exist?("FlightGearOSX")
end
end
if File.exist?("#{$prefixDir}/bin/fgcom-data")
puts "Copying FGCom data files"
`ditto #{$prefixDir}/bin/fgcom-data #{resourcesDir}/fgcom-data`
end
puts "Creating DMG"
createArgs = "-format UDBZ -imagekey bzip2-level=9 -quiet -volname #{volName}"