Skip to content

Commit d80e62c

Browse files
authored
Merge pull request #84 from guplem/fix/windows-install-path
Update App User Model ID to GitHubDesktopPlus
2 parents d59e5d2 + 9116326 commit d80e62c

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)