Skip to content

Commit

Permalink
Update Servo logo files
Browse files Browse the repository at this point in the history
  • Loading branch information
atouchet committed Jun 30, 2020
1 parent 6861b6c commit c379b65
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/winit/build.rs
Expand Up @@ -12,7 +12,7 @@ fn main() {
#[cfg(windows)]
{
let mut res = winres::WindowsResource::new();
res.set_icon("../../resources/Servo.ico");
res.set_icon("../../resources/servo.ico");
res.set_manifest_file("platform/windows/servo.exe.manifest");
res.compile().unwrap();
}
Expand Down
2 changes: 1 addition & 1 deletion ports/winit/headed_window.rs
Expand Up @@ -129,7 +129,7 @@ impl Window {

#[cfg(any(target_os = "linux", target_os = "windows"))]
{
let icon_bytes = include_bytes!("../../resources/servo64.png");
let icon_bytes = include_bytes!("../../resources/servo_64.png");
winit_window.set_window_icon(Some(load_icon(icon_bytes)));
}

Expand Down
2 changes: 1 addition & 1 deletion python/servo/build_commands.py
Expand Up @@ -739,7 +739,7 @@ def package_generated_shared_libraries(libs, build_path, servo_exe_dir):
# 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,
Expand Down
Binary file modified resources/Servo.ico
Binary file not shown.
Binary file removed resources/servo-100.png
Binary file not shown.
Binary file removed resources/servo-1000.png
Binary file not shown.
Binary file removed resources/servo-500.png
Binary file not shown.
File renamed without changes.
Binary file removed resources/servo.png
Binary file not shown.
Binary file removed resources/servo64.png
Binary file not shown.
File renamed without changes
File renamed without changes

0 comments on commit c379b65

Please sign in to comment.