We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIST URL https://atom.io/download/electron is no longer working
npm run build:ci should work
npm run build:ci
npm run build:ci fails because cannot download headers
replace args.push('--dist-url=https://atom.io/download/electron'); in build.js change --> args.push('--dist-url=https://artifacts.electronjs.org/headers/dist');
args.push('--dist-url=https://atom.io/download/electron');
args.push('--dist-url=https://artifacts.electronjs.org/headers/dist');
The text was updated successfully, but these errors were encountered:
No branches or pull requests
DIST URL https://atom.io/download/electron is no longer working
Expected Behavior
npm run build:ci
should workCurrent Behavior
npm run build:ci
fails because cannot download headersPossible Solution
replace
args.push('--dist-url=https://atom.io/download/electron');
in build.jschange -->
args.push('--dist-url=https://artifacts.electronjs.org/headers/dist');
Steps to Reproduce (for bugs)
npm run build:ci
The text was updated successfully, but these errors were encountered: