diff --git a/dist/downloader.exe b/dist/downloader.exe index d6a4a40..7f2907a 100644 Binary files a/dist/downloader.exe and b/dist/downloader.exe differ diff --git a/downloader.pyw b/downloader.pyw index c6756f3..010a850 100644 --- a/downloader.pyw +++ b/downloader.pyw @@ -375,6 +375,8 @@ def getWids(text): totalsize += size else: log('"'+line+'" doesn\'t look like a valid workshop item...\n') + if(options.getDetails): + log(f"total download size: {bytesAsSize(totalsize)}") return (download, totalsize, appids) def download():