From 3ed45f1b79a310bc6ec14872eef1aad22997c344 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+ful1e5@users.noreply.github.com> Date: Wed, 26 Aug 2020 12:17:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20Remove=20packaging?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- helper.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/helper.py b/helper.py index d781fc2..3db2c7b 100644 --- a/helper.py +++ b/helper.py @@ -60,16 +60,3 @@ def pack_it() -> None: # create install.inf file in Windows Theme window_bundle() - - # # Packaging - # # - .tar archive for X11 - # # - .zip archive for Windows - # shutil.make_archive(x11_out_dir, "tar", x11_out_dir) - # shutil.make_archive(win_out_dir, "zip", win_out_dir) - - # # Clenaup - # shutil.rmtree(temp_folder) - # for f in listdir(package_dir): - # f_path = path.join(package_dir, f) - # if path.isdir(f_path): - # shutil.rmtree(f_path)