Skip to content

Commit

Permalink
correct copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Apr 7, 2024
1 parent 79ee270 commit f09d5b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-sctg.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,8 @@ def sctgdesk_customization():
replace_in_file('flatpak/rustdesk.json', 'rustdesk-', f'{APP_NAME}-'.lower())
replace_in_file('flutter/lib/desktop/pages/desktop_setting_page.dart', 'https://rustdesk.com', f'https://{ORG_NAME}.eu.org'.lower())
replace_in_file('flutter/lib/desktop/pages/desktop_setting_page.dart', 'Purslane Ltd.', f'{ORG_NAME_CAPITALIZED} and Purslane Ltd.')
replace_in_file('flutter/lib/mobile/pages/settings_page.dart', 'https://rustdesk.com', f'https://{ORG_NAME}.eu.org'.lower())
replace_in_file('flutter/lib/mobile/pages/settings_page.dart', 'Purslane Ltd.', f'{ORG_NAME_CAPITALIZED} and Purslane Ltd.')
replace_in_all_typed_files('ts', 'OeVuKk5nlHiXp+APNn0Y3pC1Iwpwn44JGqrQCsWqmBw=', RS_PUB_KEY)
replace_in_all_typed_files('ts', 'rs-ny.rustdesk.com', RENDEZVOUS_SERVER)
replace_in_all_typed_files('ts', 'rs-sg.rustdesk.com', RENDEZVOUS_SERVER)
Expand Down

0 comments on commit f09d5b7

Please sign in to comment.