Skip to content

Commit

Permalink
86dtnhvn7 - NEON3 - Migration - Implement deeplinking so the user can…
Browse files Browse the repository at this point in the history
… continue migration on NEON2 automatically
  • Loading branch information
ricardoak25 committed Jun 5, 2024
1 parent e8ddb4d commit 1765b90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ if (process.defaultApp) {
app.setAsDefaultProtocolClient('neon', process.execPath, [
path.resolve(process.argv[1]),
])
app.setAsDefaultProtocolClient('neon2', process.execPath, [
path.resolve(process.argv[1]),
])
}
} else {
app.setAsDefaultProtocolClient('neon')
app.setAsDefaultProtocolClient('neon2')
}

const gotTheLock = app.requestSingleInstanceLock()
Expand Down

0 comments on commit 1765b90

Please sign in to comment.