Skip to content

Commit

Permalink
fix: the repo url link
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Jul 15, 2019
1 parent 2b7f3e5 commit fc017b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/build-locale.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function sorted(o) {
const powerLang = {};
Promise.all(files.map(processFile)).then(() => {
const schema = generateSchema(powerLang);
schema.$id = 'https://raw.githubusercontent.com/ci010/VoxeLauncher/master/static/locale.schema.json';
schema.$id = 'https://raw.githubusercontent.com/voxelum/VoxeLauncher/master/static/locale.schema.json';
fs.writeFileSync(path.resolve(__dirname, '..', 'static', 'locale.schema.json'), JSON.stringify(schema, null, 4));
});

Expand Down
2 changes: 1 addition & 1 deletion src/main/autoUpdate.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (process.env.NODE_ENV === 'development') {
autoUpdater.setFeedURL({
provider: 'github',
repo: 'VoxeLauncher',
owner: 'ci010',
owner: 'voxelum',
});
autoUpdater.logger = null;
}
Expand Down
2 changes: 1 addition & 1 deletion static/locale.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2892,5 +2892,5 @@
"optional",
"settings"
],
"$id": "https://raw.githubusercontent.com/ci010/VoxeLauncher/master/static/locale.schema.json"
"$id": "https://raw.githubusercontent.com/voxelum/VoxeLauncher/master/static/locale.schema.json"
}

0 comments on commit fc017b0

Please sign in to comment.