aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/servo/build_commands.py2
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,