diff options
Diffstat (limited to 'python/servo/build_commands.py')
-rw-r--r-- | python/servo/build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/build_commands.py b/python/servo/build_commands.py index e152c02683e..58ef42e68a1 100644 --- a/python/servo/build_commands.py +++ b/python/servo/build_commands.py @@ -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, |