Fixed accidentally commented out functionality to download new updates

pull/49/head
Isaac Grynsztein 5 years ago
parent 22f0ee834b
commit ba2b837cc5

@ -273,7 +273,7 @@ async function updateServer(tag) {
'details': 'Downloading requested release...' 'details': 'Downloading requested release...'
} }
// grab new package.json and public folder // grab new package.json and public folder
// await downloadReleaseFiles(tag); await downloadReleaseFiles(tag);
updaterStatus = { updaterStatus = {
updating: true, updating: true,

Loading…
Cancel
Save