FGCom data copying for release package
This commit is contained in:
parent
d8897780d2
commit
69c46231d7
1 changed files with 6 additions and 0 deletions
|
@ -140,6 +140,12 @@ Dir.chdir "maclauncher/FlightGearOSX" do
|
|||
`cp FlightGear #{macosDir}`
|
||||
`rsync -a *.rb *.lproj *.sh *.tiff #{resourcesDir}`
|
||||
end
|
||||
|
||||
if File.exist?("#{$prefixDir}/bin/fgcom-data")
|
||||
puts "Copying FGCom data files"
|
||||
`ditto #{$prefixDir}/bin/fgcom-data #{resourcesDir}/fgcom-data`
|
||||
end
|
||||
|
||||
code_sign("#{macosDir}/FlightGear")
|
||||
|
||||
# Info.plist
|
||||
|
|
Loading…
Reference in a new issue