mirror of
https://github.com/servo/servo.git
synced 2025-08-25 15:18:22 +01:00
Update Servo logo files
This commit is contained in:
parent
6861b6cf33
commit
c379b65307
12 changed files with 3 additions and 3 deletions
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue