diff --git a/scripts/build-locale.js b/scripts/build-locale.js index 190127c6e..3b2e0fed6 100644 --- a/scripts/build-locale.js +++ b/scripts/build-locale.js @@ -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)); }); diff --git a/src/main/autoUpdate.js b/src/main/autoUpdate.js index e1fa3fc8e..26d88cd79 100644 --- a/src/main/autoUpdate.js +++ b/src/main/autoUpdate.js @@ -5,7 +5,7 @@ if (process.env.NODE_ENV === 'development') { autoUpdater.setFeedURL({ provider: 'github', repo: 'VoxeLauncher', - owner: 'ci010', + owner: 'voxelum', }); autoUpdater.logger = null; } diff --git a/static/locale.schema.json b/static/locale.schema.json index 233542277..ce2b8a4a9 100644 --- a/static/locale.schema.json +++ b/static/locale.schema.json @@ -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" } \ No newline at end of file