Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/packages/neuron-w…
Browse files Browse the repository at this point in the history
…allet/undici-5.28.4
  • Loading branch information
Keith-CY authored Apr 10, 2024
2 parents a2d02d4 + 129aa3c commit e1b2287
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ckb-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.114.0
v0.115.0
5 changes: 5 additions & 0 deletions compatible.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"fullVersions": [
"0.115",
"0.114",
"0.113",
"0.112",
Expand All @@ -20,6 +21,7 @@
"compatible": {
"0.111": {
"full": [
"0.115",
"0.114",
"0.113",
"0.112",
Expand All @@ -34,6 +36,7 @@
},
"0.110": {
"full": [
"0.115",
"0.114",
"0.113",
"0.112",
Expand Down Expand Up @@ -64,6 +67,7 @@
},
"0.112": {
"full": [
"0.115",
"0.114",
"0.113",
"0.112",
Expand All @@ -78,6 +82,7 @@
},
"0.114": {
"full": [
"0.115",
"0.114",
"0.113",
"0.112",
Expand Down
4 changes: 3 additions & 1 deletion packages/neuron-wallet/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ if (singleInstanceLock) {
appController.start()
})

app.on('before-quit', async () => {
app.on('before-quit', async e => {
logger.info('App:\tNeuron will exit')
e.preventDefault()
await appController.end()
app.exit()
})

app.on('activate', appController.openWindow)
Expand Down

1 comment on commit e1b2287

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 8628673427

Please sign in to comment.