We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d59e5d2 + 9116326 commit d80e62cCopy full SHA for d80e62c
1 file changed
app/src/main-process/main.ts
@@ -122,7 +122,7 @@ if (__DARWIN__) {
122
// On Windows, in order to get notifications properly working for dev builds,
123
// we'll want to set the right App User Model ID from production builds.
124
if (__WIN32__ && __DEV__) {
125
- app.setAppUserModelId('com.squirrel.GitHubDesktop.GitHubDesktop')
+ app.setAppUserModelId('com.squirrel.GitHubDesktopPlus.GitHubDesktopPlus')
126
}
127
128
app.on('window-all-closed', () => {
0 commit comments