1
0
mirror of https://github.com/desktop/desktop synced 2024-06-30 22:54:41 +00:00

Merge pull request #17993 from adamplocieniak/patch-1

landing page footer fix: 2023 -> 2024
This commit is contained in:
Markus Olsson 2024-01-15 17:05:26 +01:00 committed by GitHub
commit 55c317bae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -178,7 +178,7 @@ function packageApp() {
new RegExp('/\\.git($|/)'),
new RegExp('/node_modules/\\.bin($|/)'),
],
appCopyright: 'Copyright © 2023 GitHub, Inc.',
appCopyright: `Copyright © ${new Date().getFullYear()} GitHub, Inc.`,
// macOS
appBundleId: getBundleID(),