We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed01ecf commit 67a086fCopy full SHA for 67a086f
app-shell/electron-builder.config.js
@@ -53,6 +53,7 @@ module.exports = async () => ({
53
artifactName: '${productName}-v${version}-${os}-${env.BUILD_ID}.${ext}',
54
/* eslint-enable no-template-curly-in-string */
55
asar: true,
56
+ asarUnpack: ['node_modules/usb', 'node_modules/serialport'],
57
mac: {
58
target: process.platform === 'darwin' ? ['dmg', 'zip'] : ['zip'],
59
category: 'public.app-category.productivity',
0 commit comments