Fix DMG output path, oops.
This commit is contained in:
parent
561b221448
commit
57cafd62e1
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ osgPluginsDir=contents+"/PlugIns/osgPlugins-#{osgVersion}"
|
||||||
fgVersion = File.read("#{srcDir}/version").strip
|
fgVersion = File.read("#{srcDir}/version").strip
|
||||||
volName="\"FlightGear #{fgVersion}\""
|
volName="\"FlightGear #{fgVersion}\""
|
||||||
|
|
||||||
dmgPath = Dir.pwd + "/fg_mac_#{fgVersion}.dmg"
|
dmgPath = Dir.pwd + "/output/fg_mac_#{fgVersion}.dmg"
|
||||||
|
|
||||||
puts "Creating directory structure"
|
puts "Creating directory structure"
|
||||||
`mkdir -p #{macosDir}`
|
`mkdir -p #{macosDir}`
|
||||||
|
|
Loading…
Reference in a new issue