Skip to content

Commit 424347e

Browse files
authored
chore: update AppId (#3426)
1 parent ea67f63 commit 424347e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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,

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)