Mise a jour
This commit is contained in:
parent
b230332eda
commit
b3c28a739c
@ -537,7 +537,7 @@ exports.pullRemote = function(){
|
||||
return exports.pullLocal()
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
const distroURL = 'http://mc.skygames.fr/7AZi725mvlcY9V3Q/launcher/deploy/distribution.json'
|
||||
const distroURL = 'http://mc.skygames.fr/7AZi725mvlcY9V3Q/launcher/distribution.json'
|
||||
//const distroURL = 'https://gist.githubusercontent.com/dscalzi/53b1ba7a11d26a5c353f9d5ae484b71b/raw/'
|
||||
const opts = {
|
||||
url: distroURL,
|
||||
|
@ -19,7 +19,8 @@
|
||||
"dist:win": "npm run dist -- WINDOWS",
|
||||
"dist:mac": "npm run dist -- MAC",
|
||||
"dist:linux": "npm run dist -- LINUX",
|
||||
"lint": "eslint --config .eslintrc.json ."
|
||||
"lint": "eslint --config .eslintrc.json .",
|
||||
"publish": "build --mac --win -p always"
|
||||
},
|
||||
"engines": {
|
||||
"node": "12.x.x"
|
||||
|
Loading…
Reference in New Issue
Block a user