mirror of
https://github.com/microsoft/edit.git
synced 2025-08-04 19:08:31 +00:00
Add the final icon in SVG and ICO (with the full size ramp) format (#475)
Supersedes #139 Co-authored-by: Whitecat18 <smukx@5mukx.site>
This commit is contained in:
parent
1f8fe1caee
commit
c44eb4297f
3 changed files with 148 additions and 74 deletions
1
build.rs
1
build.rs
|
@ -8,6 +8,7 @@ fn main() {
|
|||
.set_manifest_file("src/bin/edit/edit.exe.manifest")
|
||||
.set("FileDescription", "Microsoft Edit")
|
||||
.set("LegalCopyright", "© Microsoft Corporation. All rights reserved.")
|
||||
.set_icon("assets/edit.ico")
|
||||
.compile()
|
||||
.unwrap();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue