Skip to content

Commit

Permalink
nevermind do not unpack native modules from electron builder
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Feb 29, 2024
1 parent 67a086f commit fa5869f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app-shell/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ module.exports = async () => ({
artifactName: '${productName}-v${version}-${os}-${env.BUILD_ID}.${ext}',
/* eslint-enable no-template-curly-in-string */
asar: true,
asarUnpack: ['node_modules/usb', 'node_modules/serialport'],
mac: {
target: process.platform === 'darwin' ? ['dmg', 'zip'] : ['zip'],
category: 'public.app-category.productivity',
Expand Down

0 comments on commit fa5869f

Please sign in to comment.