Fixed accidentally commented out functionality to download new updates

This commit is contained in:
Isaac Grynsztein
2020-04-09 01:35:22 -04:00
parent 22f0ee834b
commit ba2b837cc5

View File

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