Download shapes, fix bug in Updater.py that didn't remove unneeded font files, and downloaded new fonts

This commit is contained in:
DUOLabs333
2022-02-08 10:46:52 -05:00
parent 23531a3552
commit e2b23cefdc
11 changed files with 15299 additions and 14650 deletions
@@ -138,6 +138,7 @@
for(var i = 0; i<files.length; ++i)
{
if(files[i].mimeType == "application/vnd.google-apps.folder") { out.push([files[i].name, -1, Math.round(Date.parse(files[i].modifiedTime)/1000)]); }
else if(files[i].mimeType.includes("application/vnd.google-apps.")) { }
else
{
if(files[i].thumbnailLink) { out.push([files[i].name,files[i].size ? parseInt(files[i].size) : 0, Math.round(Date.parse(files[i].modifiedTime)/1000), files[i].thumbnailLink]); }