mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
patch: prevent rebuild of native deps by @electron/rebuild
This commit is contained in:
parent
dc5c68a6a1
commit
003abfb88f
@ -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