Skip to content

Commit

Permalink
Upload release
Browse files Browse the repository at this point in the history
  • Loading branch information
Delusoire committed Apr 29, 2023
1 parent dcf80ab commit b677502
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Binary file added AdventureLife Launcher.exe
Binary file not shown.
Binary file modified app/assets/images/SealCircle.ico
Binary file not shown.
Binary file modified app/assets/images/minecraft.icns
Binary file not shown.
6 changes: 3 additions & 3 deletions app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ const { DistributionAPI } = require("helios-core/common")
const ConfigManager = require("./configmanager")

// Old WesterosCraft url.
// exports.REMOTE_DISTRO_URL = 'http://mc.westeroscraft.com/WesterosCraftLauncher/distribution.json'
// https://raw.githubusercontent.com/Delusoire/AdvLifeLauncher-distro/main/distribution.json
exports.REMOTE_DISTRO_URL = "https://adventureliferp-launcher.fr/launcher/distribution.json"
//exports.REMOTE_DISTRO_URL = "https://adventureliferp-launcher.fr/launcher/distribution.json"
exports.REMOTE_DISTRO_URL =
"https://raw.githubusercontent.com/Delusoire/AdvLifeLauncher-distro/main/distribution.json"

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

0 comments on commit b677502

Please sign in to comment.