Skip to content

Commit 776d3e7

Browse files
committed
chore: fix app id and disabled auto update
1 parent 97bd9c4 commit 776d3e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/desktop/electron-builder-config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const prodConfig = () => ({
3535
copyright: 'IOTA Foundation',
3636
directories: { buildResources: './public', output: './out' },
3737
files: ['public/', 'package.json', '!node_modules/@iota/wallet/target/*'],
38-
appId: 'org.iota.firefly',
38+
appId: APP_ID,
3939
afterSign: async () => {
4040
// eslint-disable-next-line no-useless-catch
4141
try {
@@ -89,7 +89,7 @@ const prodConfig = () => ({
8989
publish: {
9090
provider: 'generic',
9191
url: 'https://dl.firefly.iota.org/',
92-
publishAutoUpdate: true,
92+
publishAutoUpdate: false,
9393
channel: 'latest',
9494
},
9595
})

0 commit comments

Comments
 (0)