From 0dbafca5d334ee7d027b5ac9e5290b99a3f3ffbe Mon Sep 17 00:00:00 2001 From: Chev <11602755+chev2@users.noreply.github.com> Date: Tue, 20 Apr 2021 21:37:12 -0700 Subject: [PATCH] zipfiles.py script explanation --- .thunderstore/zipfiles.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.thunderstore/zipfiles.py b/.thunderstore/zipfiles.py index ab372ef..cd9dcc1 100644 --- a/.thunderstore/zipfiles.py +++ b/.thunderstore/zipfiles.py @@ -1,6 +1,10 @@ import os import zipfile +# zipfiles.py +# Takes all folders in the .thunderstore/ folder and puts them into .zip files +# Essentially prepares mods for uploading to Thunderstore + def zipfiles(z_obj, dir): for root, dirs, files in os.walk(dir): for file in files: