mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 15:27:17 +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,
|
||||
},
|
||||
rebuildConfig: {},
|
||||
rebuildConfig: {
|
||||
onlyModules: [], // prevent rebuilding *any* native modules as they won't be used by electron but by the sidecar
|
||||
},
|
||||
makers: [
|
||||
new MakerZIP(),
|
||||
new MakerSquirrel({
|
||||
|
Loading…
x
Reference in New Issue
Block a user