Allow MacOS build to handle pre-release version
This commit is contained in:
+1
-1
@@ -403,7 +403,7 @@ def genMacOSPlist():
|
|||||||
copyrightYear = datetime.datetime.now().year
|
copyrightYear = datetime.datetime.now().year
|
||||||
|
|
||||||
# These keys are no longer used but are present for compatability
|
# These keys are no longer used but are present for compatability
|
||||||
pkgVersMaj, pkgVersMin, _ = pkgVers.split(".")
|
pkgVersMaj, pkgVersMin = pkgVers.split(".")[:2]
|
||||||
|
|
||||||
plistXML = readFile(f"{outDir}/Info.plist.template").format(
|
plistXML = readFile(f"{outDir}/Info.plist.template").format(
|
||||||
macosBundleSVers=pkgVers,
|
macosBundleSVers=pkgVers,
|
||||||
|
|||||||
Reference in New Issue
Block a user