Cope with renamed version => flightgear-version file.

This commit is contained in:
Julian Smith
2020-07-14 14:09:18 +01:00
committed by Automatic Release Builder
parent 72edacaaad
commit aec7fcf83a
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ t = Time.new
fgCurrentYear = t.year
fgBundleIdentifier = "org.flightgear.mac"
fgVersion = File.read("#{srcDir}/version").strip
fgVersion = File.read("#{srcDir}/flightgear-version").strip
volName="\"FlightGear #{fgVersion}\""
if $isRelease