mirror of
https://github.com/servo/servo.git
synced 2025-06-13 02:44:29 +00:00
Update Servo logo files
This commit is contained in:
parent
6861b6cf33
commit
c379b65307
12 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue