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 7309e36 commit c896953Copy full SHA for c896953
desktop/platform/win/build.rs
@@ -3,6 +3,7 @@ fn main() {
3
{
4
let mut res = winres::WindowsResource::new();
5
res.set_icon("../../../branding/app-icons/graphite.ico");
6
+ res.set("ProductName", "Graphite");
7
res.compile().expect("Failed to compile Windows resources");
8
}
9
0 commit comments