diff --git a/Cargo.toml b/Cargo.toml index d87e607ff..68b489203 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "1.2.4" authors = ["rustdesk "] edition = "2021" build= "build.rs" -description = "Open Source Remote Desktop Access Software" +description = "RustDesk Remote Desktop" default-run = "rustdesk" rust-version = "1.75" @@ -162,7 +162,7 @@ members = ["libs/scrap", "libs/hbb_common", "libs/enigo", "libs/clipboard", "lib exclude = ["vdi/host", "examples/custom_plugin"] [package.metadata.winres] -LegalCopyright = "Copyright © 2024 Purslane Ltd." +LegalCopyright = "Copyright © 2024 Purslane Ltd. All rights reserved." ProductName = "RustDesk" OriginalFilename = "rustdesk.exe" diff --git a/flutter/windows/runner/Runner.rc b/flutter/windows/runner/Runner.rc index eb582639a..7e0fe9b31 100644 --- a/flutter/windows/runner/Runner.rc +++ b/flutter/windows/runner/Runner.rc @@ -90,10 +90,10 @@ BEGIN BLOCK "040904e4" BEGIN VALUE "CompanyName", "Purslane Ltd" "\0" - VALUE "FileDescription", "Open Source Remote Desktop Access Software" "\0" + VALUE "FileDescription", "RustDesk Remote Desktop" "\0" VALUE "FileVersion", VERSION_AS_STRING "\0" VALUE "InternalName", "rustdesk" "\0" - VALUE "LegalCopyright", "Copyright © 2024 Purslane Ltd." "\0" + VALUE "LegalCopyright", "Copyright © 2024 Purslane Ltd. All rights reserved." "\0" VALUE "OriginalFilename", "rustdesk.exe" "\0" VALUE "ProductName", "RustDesk" "\0" VALUE "ProductVersion", VERSION_AS_STRING "\0" diff --git a/libs/portable/Cargo.toml b/libs/portable/Cargo.toml index 2529b2f5f..65e782dcb 100644 --- a/libs/portable/Cargo.toml +++ b/libs/portable/Cargo.toml @@ -2,7 +2,7 @@ name = "rustdesk-portable-packer" version = "1.2.4" edition = "2021" -description = "Open Source Remote Desktop Access Software" +description = "RustDesk Remote Desktop" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,7 +15,7 @@ md5 = "0.7" winapi = { version = "0.3", features = ["winbase"] } [package.metadata.winres] -LegalCopyright = "Copyright © 2024 Purslane Ltd." +LegalCopyright = "Copyright © 2024 Purslane Ltd. All rights reserved." ProductName = "RustDesk" OriginalFilename = "rustdesk.exe" #ProductVersion = ""