Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Update to distribution
  • Loading branch information
XXdaugonXX committed Apr 25, 2021
1 parent 37ad504 commit c271e4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/distromanager.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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/)",
Expand Down

0 comments on commit c271e4e

Please sign in to comment.