Skip download of electron binary
https://github.com/electron/asar/blob/121efebd2d02e374713cb513eb56a0e3db9534e9/package.json#L47
The postinst hook of electron dependency causes the download of electron binary, which is unnecessary for packaging.
Setting ELECTRON_SKIP_BINARY_DOWNLOAD=1 to skip the download.