We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea67f63 commit 424347eCopy full SHA for 424347e
packages/neuron-wallet/electron-builder.yml
@@ -1,4 +1,4 @@
1
-appId: com.nervos.neuron
+appId: com.nervos.app5.neuron
2
copyright: Copyright (C) 2019-2025 Nervos Foundation.
3
productName: Neuron
4
packages/neuron-wallet/scripts/notarize.js
@@ -26,7 +26,7 @@ exports.default = async function notarizing(context) {
26
27
try {
28
await notarize({
29
- appBundleId: 'com.nervos.neuron',
+ appBundleId: 'com.nervos.app5.neuron',
30
appPath: `${appOutDir}/${appName}.app`,
31
appleId,
32
appleIdPassword,
renovate.json
@@ -8,5 +8,5 @@
8
"addLabels": ["types"]
9
}
10
],
11
- "reviewers": ["Magickbase/neuron"]
+ "reviewers": ["Appfi5/neuron"]
12
0 commit comments