Skip to content

Commit

Permalink
Merge pull request #2734 from CityOfZion/CU-86dtnhvn7
Browse files Browse the repository at this point in the history
86dtnhvn7 - NEON3 - Migration - Implement deeplinking so the user can continue migration on NEON2 automatically
  • Loading branch information
raulduartep authored Jun 11, 2024
2 parents db39a05 + 1765b90 commit 20bf5da
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 20bf5da

Please sign in to comment.