Tweaks for nightly build packaging

This commit is contained in:
James Turner
2015-02-24 11:47:15 +00:00
parent 7c6278a7ff
commit a54e3c43cb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ fgCurrentYear = t.year
fgVersion = File.read("#{srcDir}/version").strip
volName="\"FlightGear #{fgVersion}\""
dmgPath = Dir.pwd + "/output/FlightGear-#{fgVersion}.dmg"
dmgPath = Dir.pwd + "/output/FlightGear-#{fgVersion}-nightly.dmg"
puts "Creating directory structure"
`mkdir -p #{macosDir}`