Win & Mac package fixes.
This commit is contained in:
parent
4bcce7bf6b
commit
0014a3b728
@ -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
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user