Whoops, missed a place to use fgVersion
This commit is contained in:
parent
fec0b28f14
commit
7f84bf5599
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ volName="\"FlightGear Nightly Build\""
|
|||
|
||||
fgVersion = File.read("#{srcDir}/version").strip
|
||||
|
||||
dmgPath = Dir.pwd + "/fg_mac_nightly_#{VERSION}.dmg"
|
||||
dmgPath = Dir.pwd + "/fg_mac_nightly_#{fgVersion}.dmg"
|
||||
|
||||
puts "Creating directory structure"
|
||||
`mkdir -p #{macosDir}`
|
||||
|
|
Loading…
Add table
Reference in a new issue