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
|
Dir.chdir "maclauncher/FlightGearOSX" do
|
||||||
`cp FlightGear #{macosDir}`
|
`cp FlightGear #{macosDir}`
|
||||||
`rsync -a *.rb *.lproj *.sh *.tiff #{resourcesDir}`
|
`rsync -a *.rb *.lproj *.sh *.tiff *.html #{resourcesDir}`
|
||||||
end
|
end
|
||||||
|
|
||||||
if File.exist?("#{$prefixDir}/bin/fgcom-data")
|
if File.exist?("#{$prefixDir}/bin/fgcom-data")
|
||||||
|
|
Loading…
Add table
Reference in a new issue