Win & Mac package fixes.

This commit is contained in:
James Turner 2015-04-29 21:48:39 +01:00
parent 4bcce7bf6b
commit 0014a3b728
2 changed files with 3 additions and 3 deletions

View File

@ -124,7 +124,7 @@ Source: "X:\data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdir
Source: "X:\fgdata\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
; work-around for 3.4.1: look for additional aircraft data
Source: "X:\aircraft-data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
Source: "X:\extended-data\*.*"; DestDir: "{app}\data"; Flags: ignoreversion recursesubdirs skipifsourcedoesntexist
; 32 bits install
Source: "{#OSGInstallDir}\bin\osg{#OSGSoNumber}-osg.dll"; DestDir: "{app}\bin"; Check: not Is64BitInstallMode

View File

@ -131,8 +131,8 @@ File.open("#{contents}/Info.plist", 'w') { |f|
puts "Copying base package files into the image"
`rsync -a --filter 'merge base-package.rules' fgdata/ #{resourcesDir}/data`
# work-around for 3.4.1: copy aircraft files too
`rsync -a aircraft-data/Aircraft #{resourcesDir}/data`
# work-around for 3.4.1: copy aircraft/scenery files too
`rsync -a aircraft-data/ #{resourcesDir}/data`
# code sign the entire bundle once complete - v2 code-signing
puts "Signing #{bundle}"