mirror of
https://github.com/desktop/desktop
synced 2024-11-04 21:00:05 +00:00
Merge pull request #17993 from adamplocieniak/patch-1
landing page footer fix: 2023 -> 2024
This commit is contained in:
commit
55c317bae3
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue