We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8fe1c commit ae2c63fCopy full SHA for ae2c63f
3 files changed
assets/edit.ico
25.1 KB
assets/edit.svg
build.rs
@@ -8,6 +8,7 @@ fn main() {
8
.set_manifest_file("src/bin/edit/edit.exe.manifest")
9
.set("FileDescription", "Microsoft Edit")
10
.set("LegalCopyright", "© Microsoft Corporation. All rights reserved.")
11
+ .set_icon("assets/edit.ico")
12
.compile()
13
.unwrap();
14
}
0 commit comments