Skip to content

Skip download of electron binary

Levi Zim requested to merge kxxt/asar:skip-e-d into main

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.

Merge request reports

Loading