mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-25 07:47:18 +00:00
Merge pull request #4202 from balena-io/prevent-electron-rebuild
patch: prevent rebuild of native modules by @electron/rebuild
This commit is contained in:
commit
ad1c4c7175
@ -52,7 +52,9 @@ const config: ForgeConfig = {
|
|||||||
},
|
},
|
||||||
...osxSigningConfig,
|
...osxSigningConfig,
|
||||||
},
|
},
|
||||||
rebuildConfig: {},
|
rebuildConfig: {
|
||||||
|
onlyModules: [], // prevent rebuilding *any* native modules as they won't be used by electron but by the sidecar
|
||||||
|
},
|
||||||
makers: [
|
makers: [
|
||||||
new MakerZIP(),
|
new MakerZIP(),
|
||||||
new MakerSquirrel({
|
new MakerSquirrel({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user