Skip to content

Commit 9116326

Browse files
guplemclaude
andcommitted
Update App User Model ID to GitHubDesktopPlus on Windows
The App User Model ID still referenced GitHubDesktop, which could cause conflicts with the original GitHub Desktop app. This complements the identifier change in PR #83. Fixes #82 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d59e5d2 commit 9116326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main-process/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ if (__DARWIN__) {
122122
// On Windows, in order to get notifications properly working for dev builds,
123123
// we'll want to set the right App User Model ID from production builds.
124124
if (__WIN32__ && __DEV__) {
125-
app.setAppUserModelId('com.squirrel.GitHubDesktop.GitHubDesktop')
125+
app.setAppUserModelId('com.squirrel.GitHubDesktopPlus.GitHubDesktopPlus')
126126
}
127127

128128
app.on('window-all-closed', () => {

0 commit comments

Comments
 (0)