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