aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/build_commands.py
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2020-06-29 23:20:54 -0700
committerGitHub <noreply@github.com>2020-06-29 23:20:54 -0700
commitc379b653072519a93b504f926ac63ce20de94b10 (patch)
tree8529384e17c527a8bf20f2456509f8e9b99d5291 /python/servo/build_commands.py
parent6861b6cf3343e8bacf7a10a099306dd52c776985 (diff)
downloadservo-c379b653072519a93b504f926ac63ce20de94b10.tar.gz
servo-c379b653072519a93b504f926ac63ce20de94b10.zip
Update Servo logo files
Diffstat (limited to 'python/servo/build_commands.py')
-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,