Fix Mac OS package icon.
This commit is contained in:
parent
a6b24f85df
commit
a71c59d4fe
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def pkg(message):
|
|||
|
||||
mac_ver = platform.mac_ver()[0]
|
||||
if mac_ver and Version(mac_ver) >= Version('10.7'):
|
||||
print u"\U0001F4E6" + indent
|
||||
print u"\U0001F4E6" + indent,
|
||||
else:
|
||||
cwrite('@*g{[+]} ')
|
||||
print message
|
||||
|
|
Loading…
Reference in a new issue