Skip to content

Commit

Permalink
Use developer.nordicsemi.com as app registry
Browse files Browse the repository at this point in the history
There is a problem with the electron net API and accessing the npm/yarn
registries, so we fetch app information from developer.nordicsemi.com
until a fix is in place.
  • Loading branch information
mrodem committed May 29, 2018
1 parent 69f710c commit 0c6a405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ function init(argv) {
appsJsonPath = path.join(appsRootDir, 'apps.json');
settingsJsonPath = argv['settings-json-path'] || path.join(userDataDir, 'settings.json');
appsJsonUrl = 'https://raw.githubusercontent.com/NordicSemiconductor/pc-nrfconnect-core/master/apps.json';
registryUrl = 'https://registry.yarnpkg.com';
registryUrl = 'https://developer.nordicsemi.com/.pc-tools/nrfconnect-apps/';
releaseNotesUrl = 'https://github.com/NordicSemiconductor/pc-nrfconnect-core/releases';
skipUpdateApps = argv['skip-update-apps'] || false;
skipUpdateCore = argv['skip-update-core'] || false;
Expand Down

0 comments on commit 0c6a405

Please sign in to comment.