chore: Update Copyright

This commit is contained in:
hustcer 2025-05-04 20:59:57 +08:00
parent 983d5b6cd5
commit 9a809c966c
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ fn main() {
let mut res = winresource::WindowsResource::new();
res.set("ProductName", "Nushell");
res.set("FileDescription", "Nushell");
res.set("LegalCopyright", "Copyright (C) 2022");
res.set("LegalCopyright", "Copyright (C) 2025");
res.set_icon("assets/nu_logo.ico");
res.compile()
.expect("Failed to run the Windows resource compiler (rc.exe)");

Binary file not shown.