[Release] v12.0 (bootstrap prod fix)

pull/50/head
Oj18 3 years ago
parent 5177f8d1ba
commit 899c7925c4

@ -11,7 +11,8 @@ const init = async () => {
console.log('[GooseMod Bootstrap]', 'Found locale', locale);
// eval(await (await fetch(`http://localhost:1234/goosemod.${locale}.js`)).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
// eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-dev/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
eval(await (await fetch(`https://raw.githubusercontent.com/GooseMod/GooseMod/dist-prod/goosemod.${locale}.js?_<buildtime>`, { cache: 'force-cache' })).text());
};
init();

Loading…
Cancel
Save