More updates to the script

This commit is contained in:
Manuel Cortez 2018-12-28 21:05:10 -06:00
parent 2956185559
commit a1aa8f86e2

View File

@ -5,7 +5,7 @@ import os
def create_archive():
os.chdir("..\\src")
print("Creating zip archive...")
shutil.make_archive("socializer", "zip", "dist/main")
shutil.make_archive("music_dl", "zip", "dist/main")
if os.path.exists("dist"):
shutil.rmtree("dist")
if os.path.exists("build"):