Skip to content

Commit

Permalink
fix: fix missing arch
Browse files Browse the repository at this point in the history
  • Loading branch information
huhuanming committed May 20, 2024
1 parent e9b0a1d commit 561f40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/desktop/electron-builder-ms.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
'icon': 'build/static/images/icons/512x512.png',
'artifactName': 'OneKey-Wallet-${version}-win-store-${arch}.${ext}',
'verifyUpdateCodeSignature': false,
'target': ['nsis'],
'target': [{ target: 'nsis', arch: ['x64', 'arm64'] }],
},
'afterSign': 'scripts/notarize.js',
};

0 comments on commit 561f40d

Please sign in to comment.