More updates to the script
This commit is contained in:
parent
2956185559
commit
a1aa8f86e2
@ -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"):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user