Win & Mac package fixes.

This commit is contained in:
James Turner
2015-04-29 21:48:39 +01:00
parent bc58ece69a
commit e3eb2aa347
2 changed files with 5 additions and 1 deletions

View File

@@ -101,9 +101,11 @@ Source: "{#VCInstallDir}\redist\x64\Microsoft.VC100.CRT\*.dll"; DestDir: "{app}\
Source: "X:\install\msvc100\FlightGear\bin\fgpanel.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "X:\3rdParty\bin\oalinst.exe"; DestDir: "{app}\bin"; Flags: ignoreversion skipifsourcedoesntexist
; Include the base package
; Include the base package
#if IncludeData == "TRUE"
Source: "X:\fgdata\*.*"; DestDir: "{app}\fgdata"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
; work-around for 3.6: look for additional aircraft data
Source: "X:\extended-data\*.*"; DestDir: "{app}\fgdata"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
#endif
; 32 bits install

View File

@@ -132,6 +132,8 @@ File.open("#{contents}/Info.plist", 'w') { |f|
createArgs = "-format UDBZ -imagekey bzip2-level=9 -quiet -volname #{volName}"
# work-around for 3.6: copy aircraft files too
`rsync -a extended-data/ #{resourcesDir}/data`
if !$isRelease
# create the 'lite' DMG without the base files