mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 19:26:33 +00:00
fix(windows): Disable rebuilding bindings in electron-builder
We disable `npm rebuild` and `node-gyp rebuild` being run through `electron-builder`, as we already rebuild native bindings against the respective CPU arch through `make electron-develop`, and electron-builder doesn't appear to respect package's install / rebuild scripts. Change-Type: patch
This commit is contained in:
parent
4be22e9ece
commit
831c9aee2a
@ -1,8 +1,8 @@
|
||||
appId: io.resin.etcher
|
||||
copyright: Copyright 2016-2018 Resinio Ltd
|
||||
productName: Etcher
|
||||
npmRebuild: true
|
||||
nodeGypRebuild: true
|
||||
npmRebuild: false
|
||||
nodeGypRebuild: false
|
||||
publish: null
|
||||
files:
|
||||
- lib
|
||||
|
Loading…
x
Reference in New Issue
Block a user