mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-14 20:33:14 +08:00
Add missing bundle version metadata, this fixes the application not being searchable in launchpad.
CURA-6867
This commit is contained in:
parent
b6e15084fb
commit
36abfbf8bf
@ -141,6 +141,7 @@ class UMBUNDLE(BUNDLE):
|
||||
"CFBundleIconFile": os.path.basename(self.icon),
|
||||
"CFBundleInfoDictionaryVersion": "6.0",
|
||||
"CFBundlePackageType": "APPL",
|
||||
"CFBundleVersionString": self.version,
|
||||
"CFBundleShortVersionString": self.version,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user