Skip to content

Commit ae2c63f

Browse files
DHowettWhitecat18
andcommitted
Add the final icon in SVG and ICO (with the full size ramp) format
Supersedes #139 Co-authored-by: Whitecat18 <smukx@5mukx.site>
1 parent 1f8fe1c commit ae2c63f

3 files changed

Lines changed: 31 additions & 65 deletions

File tree

assets/edit.ico

25.1 KB
Binary file not shown.

assets/edit.svg

Lines changed: 30 additions & 65 deletions
Loading

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ fn main() {
88
.set_manifest_file("src/bin/edit/edit.exe.manifest")
99
.set("FileDescription", "Microsoft Edit")
1010
.set("LegalCopyright", "© Microsoft Corporation. All rights reserved.")
11+
.set_icon("assets/edit.ico")
1112
.compile()
1213
.unwrap();
1314
}

0 commit comments

Comments
 (0)