mirror of
https://github.com/nushell/nushell.git
synced 2025-05-29 14:21:45 +02:00
chore: Update Copyright
This commit is contained in:
parent
983d5b6cd5
commit
9a809c966c
@ -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)");
|
||||
|
BIN
wix/License.rtf
BIN
wix/License.rtf
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user