Skip to content

Commit

Permalink
Distributionの宛先を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
RunqRun committed Apr 30, 2023
1 parent dbc6cb7 commit f12ef99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ConfigManager = require('./configmanager')
// Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
// exports.REMOTE_DISTRO_URL = 'https://helios-files.geekcorner.eu.org/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://nzc-launcher.pages.dev/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://distribution.nekozouneko.net/distribution.json'

const api = new DistributionAPI(
ConfigManager.getLauncherDirectory(),
Expand Down

0 comments on commit f12ef99

Please sign in to comment.