1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

Add Mac device identifier string for bundles

This commit is contained in:
Lauri Võsandi 2017-02-02 09:44:58 +00:00
parent 9d29ff74be
commit 703970c1d3

View File

@ -14,6 +14,7 @@ KEYWORDS = (
(u"Ubuntu", u"ubuntu"),
(u"Fedora", u"fedora"),
(u"Linux", u"linux"),
(u"Macintosh", u"mac"),
)
class BundleResource(object):