diff --git a/app/assets/js/distromanager.js b/app/assets/js/distromanager.js index a8e97c8a59..60a8032dec 100644 --- a/app/assets/js/distromanager.js +++ b/app/assets/js/distromanager.js @@ -537,7 +537,7 @@ exports.pullRemote = function(){ return exports.pullLocal() } return new Promise((resolve, reject) => { - const distroURL = 'http://localhost/distribution.json' + const distroURL = 'https://mc.skovgaming.dk/modded/distribution.json' //const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/' const opts = { url: distroURL, diff --git a/package-lock.json b/package-lock.json index bd718357ce..e2f15d72cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "skovlauncher", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.0.3", + "version": "0.0.4", "license": "UNLICENSED", "dependencies": { "@electron/remote": "^1.0.4", diff --git a/package.json b/package.json index 1f4bf4a7af..20f75b6e84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "skovlauncher", - "version": "0.0.3", + "version": "0.0.4", "productName": "Skov Launcher", "description": "Modded Minecraft Launcher", "author": "XXdaugonXX (https://github.com/XXdaugonXX/)",