More updates to the script
This commit is contained in:
@@ -5,7 +5,7 @@ import os
|
|||||||
def create_archive():
|
def create_archive():
|
||||||
os.chdir("..\\src")
|
os.chdir("..\\src")
|
||||||
print("Creating zip archive...")
|
print("Creating zip archive...")
|
||||||
shutil.make_archive("socializer", "zip", "dist/main")
|
shutil.make_archive("music_dl", "zip", "dist/main")
|
||||||
if os.path.exists("dist"):
|
if os.path.exists("dist"):
|
||||||
shutil.rmtree("dist")
|
shutil.rmtree("dist")
|
||||||
if os.path.exists("build"):
|
if os.path.exists("build"):
|
||||||
|
Reference in New Issue
Block a user