Mac launcher fixes.
This commit is contained in:
parent
48ad2d326f
commit
a717c77ee9
2 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ puts "Creating directory structure"
|
|||
`mkdir -p #{osgPluginsDir}`
|
||||
|
||||
puts "Copying binaries"
|
||||
bins = ['fgfs', 'fgjs', 'fgcom']
|
||||
bins = ['fgfs', 'fgjs', 'fgcom', 'fgviewer']
|
||||
bins.each do |b|
|
||||
if !File.exist?("#{$prefixDir}/bin/#{b}")
|
||||
next
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f9d2f97206bbbeebc4b5690c1d03cda5ce8e97ae
|
||||
Subproject commit 7ffef2cb26442578f3c4b1e22158feb1ad812367
|
Loading…
Add table
Reference in a new issue