build-mac-nightly: use new FGCom
This commit is contained in:
parent
5c97b7e713
commit
dbb317a44b
1 changed files with 2 additions and 2 deletions
|
@ -140,9 +140,9 @@ if File.exist?("FlightGearOSX")
|
|||
end
|
||||
end
|
||||
|
||||
if File.exist?("#{$prefixDir}/bin/fgcom-data")
|
||||
if File.exist?("#{$prefixDir}/share/flightgear")
|
||||
puts "Copying FGCom data files"
|
||||
`ditto #{$prefixDir}/bin/fgcom-data #{resourcesDir}/fgcom-data`
|
||||
`ditto #{$prefixDir}/share/flightgear #{resourcesDir}`
|
||||
end
|
||||
|
||||
# code sign all executables in MacOS dir. Do this last since reource
|
||||
|
|
Loading…
Reference in a new issue