Skip to content

Commit c896953

Browse files
timon-schellingKeavon
authored andcommitted
set win product name
1 parent 7309e36 commit c896953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

desktop/platform/win/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ fn main() {
33
{
44
let mut res = winres::WindowsResource::new();
55
res.set_icon("../../../branding/app-icons/graphite.ico");
6+
res.set("ProductName", "Graphite");
67
res.compile().expect("Failed to compile Windows resources");
78
}
89
}

0 commit comments

Comments
 (0)