1
0
Fork 0

Include the Options html file in the Mac DMG.

This commit is contained in:
James Turner 2013-01-31 09:26:45 +00:00
parent 55933a7621
commit 33693907c3

View file

@ -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")