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:
Dustin L. Howett 2025-06-12 18:25:03 -05:00 committed by GitHub
parent 1f8fe1caee
commit c44eb4297f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 148 additions and 74 deletions

View file

@ -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();
}