Skip to content

Commit 1ba5ab8

Browse files
committed
chore: update bundleId
1 parent a49a452 commit 1ba5ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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,

0 commit comments

Comments
 (0)