Skip to content

Commit 4ee81bf

Browse files
authored
Merge branch 'develop' into dependabot/npm_and_yarn/qs-6.14.1
2 parents faccdc9 + 424347e commit 4ee81bf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Download [CKB Indexer](https://github.com/nervosnetwork/ckb-indexer/releases) an
4444

4545
As of `v0.26.0`, Neuron bundles a CKB binary and starts it for Mainnet automatically. If you prefer to run a local CKB node yourself instead, please follow the [Nervos CKB doc](https://docs.nervos.org/docs/basics/guides/mainnet) to get it up and running before launching Neuron.
4646

47-
**Note**: If you run CKB node on Windows but it fails to start, you may need to download and install the latest [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads).
47+
**Note**: If you run CKB node on Windows but it fails to start, you may need to download and install the latest [Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170).
4848

4949
### Start Neuron in Development Mode
5050

packages/neuron-wallet/electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
appId: com.nervos.neuron
1+
appId: com.nervos.app5.neuron
22
copyright: Copyright (C) 2019-2025 Nervos Foundation.
33
productName: Neuron
44

packages/neuron-wallet/scripts/notarize.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ exports.default = async function notarizing(context) {
2626

2727
try {
2828
await notarize({
29-
appBundleId: 'com.nervos.neuron',
29+
appBundleId: 'com.nervos.app5.neuron',
3030
appPath: `${appOutDir}/${appName}.app`,
3131
appleId,
3232
appleIdPassword,

packages/neuron-wallet/src/services/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class NodeService {
224224
noLink: true,
225225
})
226226
.then(() => {
227-
const VC_REDIST_URL = `https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads`
227+
const VC_REDIST_URL = `https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170`
228228
shell.openExternal(VC_REDIST_URL)
229229
env.app.quit()
230230
return false

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"addLabels": ["types"]
99
}
1010
],
11-
"reviewers": ["Magickbase/neuron"]
11+
"reviewers": ["Appfi5/neuron"]
1212
}

0 commit comments

Comments
 (0)