Add missing bundle version metadata, this fixes the application not being searchable in launchpad.

CURA-6867
This commit is contained in:
Joey de l'Arago 2022-12-13 17:17:00 +01:00
parent b6e15084fb
commit 36abfbf8bf

View file

@ -141,6 +141,7 @@ class UMBUNDLE(BUNDLE):
"CFBundleIconFile": os.path.basename(self.icon),
"CFBundleInfoDictionaryVersion": "6.0",
"CFBundlePackageType": "APPL",
"CFBundleVersionString": self.version,
"CFBundleShortVersionString": self.version,
}