mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 06:19:18 +02:00
chore: Update Copyright
This commit is contained in:
@ -3,7 +3,7 @@ fn main() {
|
|||||||
let mut res = winresource::WindowsResource::new();
|
let mut res = winresource::WindowsResource::new();
|
||||||
res.set("ProductName", "Nushell");
|
res.set("ProductName", "Nushell");
|
||||||
res.set("FileDescription", "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.set_icon("assets/nu_logo.ico");
|
||||||
res.compile()
|
res.compile()
|
||||||
.expect("Failed to run the Windows resource compiler (rc.exe)");
|
.expect("Failed to run the Windows resource compiler (rc.exe)");
|
||||||
|
BIN
wix/License.rtf
BIN
wix/License.rtf
Binary file not shown.
Reference in New Issue
Block a user