mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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),
|
"CFBundleIconFile": os.path.basename(self.icon),
|
||||||
"CFBundleInfoDictionaryVersion": "6.0",
|
"CFBundleInfoDictionaryVersion": "6.0",
|
||||||
"CFBundlePackageType": "APPL",
|
"CFBundlePackageType": "APPL",
|
||||||
|
"CFBundleVersionString": self.version,
|
||||||
"CFBundleShortVersionString": self.version,
|
"CFBundleShortVersionString": self.version,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue