mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -06: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue