Skip to content

Commit

Permalink
remove build config
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Oct 1, 2024
1 parent c709777 commit b3d6f92
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/insomnia/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@ const config = {
to: './bin',
filter: 'yarn-standalone.js',
},
{
from: './build',
to: '.',
},
],
extraMetadata: {
main: 'main.min.js', // Override the main path in package.json
Expand Down Expand Up @@ -68,9 +64,6 @@ const config = {
asarUnpack: [
'node_modules/@getinsomnia/node-libcurl',
],
x64ArchFiles: [
'Contents/Resources/fsevents-*',
],
},
dmg: {
window: {
Expand Down

0 comments on commit b3d6f92

Please sign in to comment.