Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremGamingYT committed Nov 24, 2024
1 parent e8d74c6 commit b8301f5
Show file tree
Hide file tree
Showing 3 changed files with 1,568 additions and 42 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const ConfigManager = require('./configmanager')

// Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://votre-url.com/distribution.json'
exports.REMOTE_DISTRO_URL = 'https://api.jsonbin.io/v3/b/6742b45fad19ca34f8cf5217'

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

0 comments on commit b8301f5

Please sign in to comment.