iohook icon indicating copy to clipboard operation
iohook copied to clipboard

Update dist-url for build.js script

Open vldmitrofanov opened this issue 2 years ago • 0 comments
trafficstars

DIST URL https://atom.io/download/electron is no longer working

Expected Behavior

npm run build:ci should work

Current Behavior

npm run build:ci fails because cannot download headers

Possible Solution

replace args.push('--dist-url=https://atom.io/download/electron'); in build.js change --> args.push('--dist-url=https://artifacts.electronjs.org/headers/dist');

Steps to Reproduce (for bugs)

npm run build:ci

vldmitrofanov avatar Jan 13 '23 13:01 vldmitrofanov