Skip to content

Commit

Permalink
Correct copyright year (rustdesk#7375)
Browse files Browse the repository at this point in the history
* Correct copyright year

* Correct name
  • Loading branch information
xlionjuan authored Mar 13, 2024
1 parent 482bb5f commit c186378
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flutter/macos/Runner/Configs/AppInfo.xcconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ PRODUCT_NAME = RustDesk
PRODUCT_BUNDLE_IDENTIFIER = com.carriez.flutterHbb

// The copyright displayed in application information
PRODUCT_COPYRIGHT = Copyright © 2022 Purslane Ltd. All rights reserved.
PRODUCT_COPYRIGHT = Copyright © 2024 Purslane Ltd. All rights reserved.
2 changes: 1 addition & 1 deletion res/setup.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Section "Install"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "DisplayVersion" "${VERSION}"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "UninstallString" '"$INSTDIR\${PRODUCT_NAME}.exe" --uninstall'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "InstallLocation" "$INSTDIR"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "Publisher" "Carriez, Inc."
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "Publisher" "Purslane Ltd."
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "HelpLink" "https://www.rustdesk.com/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "URLInfoAbout" "https://www.rustdesk.com/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" "URLUpdateInfo" "https://www.rustdesk.com/"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ fn main() {
);
let matches = App::new("rustdesk")
.version(crate::VERSION)
.author("CarrieZ Studio<[email protected]>")
.author("Purslane Ltd<[email protected]>")
.about("RustDesk command line tool")
.args_from_usage(&args)
.get_matches();
Expand Down

0 comments on commit c186378

Please sign in to comment.