Skip to content

Commit

Permalink
set product description on Windows explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Nov 9, 2023
1 parent f10aee0 commit 61c8411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ fn main() -> std::io::Result<()> {
winresource::WindowsResource::new()
.set_icon("assets/icon.ico")
.set("ProductName", "Shiba")
.set("FileDescription", "Shiba: Simple markdown previewer")
.set("LegalCopyright", "Copyright (c) 2015 rhysd")
.compile()?;
}
Expand Down

0 comments on commit 61c8411

Please sign in to comment.