diff --git a/build/lib/electron.ts b/build/lib/electron.ts index da2387f68f637..ef0d66ecf45f9 100644 --- a/build/lib/electron.ts +++ b/build/lib/electron.ts @@ -104,7 +104,7 @@ export const config = { tag: product.electronRepository ? `v${electronVersion}-${msBuildId}` : undefined, productAppName: product.nameLong, companyName: 'Microsoft Corporation', - copyright: 'Copyright (C) 2024 Microsoft. All rights reserved', + copyright: 'Copyright (C) 2025 Microsoft. All rights reserved', darwinIcon: 'resources/darwin/code.icns', darwinBundleIdentifier: product.darwinBundleIdentifier, darwinApplicationCategoryType: 'public.app-category.developer-tools',