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:
Jonas Hermsmeier 2018-03-27 19:27:25 +02:00
parent 4be22e9ece
commit 831c9aee2a
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F

View File

@ -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