Include the Options html file in the Mac DMG.
This commit is contained in:
parent
55933a7621
commit
33693907c3
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ puts "Copying Macflightgear launcher files"
|
|||
|
||||
Dir.chdir "maclauncher/FlightGearOSX" do
|
||||
`cp FlightGear #{macosDir}`
|
||||
`rsync -a *.rb *.lproj *.sh *.tiff #{resourcesDir}`
|
||||
`rsync -a *.rb *.lproj *.sh *.tiff *.html #{resourcesDir}`
|
||||
end
|
||||
|
||||
if File.exist?("#{$prefixDir}/bin/fgcom-data")
|
||||
|
|
Loading…
Reference in a new issue