Update Servo logo files

This commit is contained in:
Alex Touchet 2020-06-29 23:20:54 -07:00 committed by GitHub
parent 6861b6cf33
commit c379b65307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 3 additions and 3 deletions

View file

@ -739,7 +739,7 @@ class MachCommands(CommandBase):
# like Instruments.app.
try:
import Cocoa
icon_path = path.join(self.get_top_dir(), "resources", "servo.png")
icon_path = path.join(self.get_top_dir(), "resources", "servo_1024.png")
icon = Cocoa.NSImage.alloc().initWithContentsOfFile_(icon_path)
if icon is not None:
Cocoa.NSWorkspace.sharedWorkspace().setIcon_forFile_options_(icon,