Modified building script
This commit is contained in:
parent
6fbbe83dc5
commit
eca76715e7
@ -11,8 +11,8 @@ def create_archive():
|
||||
else:
|
||||
folder = "dist"
|
||||
shutil.make_archive("music_dl", "zip", folder)
|
||||
if os.path.exists("dist"):
|
||||
shutil.rmtree("dist")
|
||||
# if os.path.exists("dist"):
|
||||
# shutil.rmtree("dist")
|
||||
if os.path.exists("build"):
|
||||
shutil.rmtree("build")
|
||||
os.chdir("..\\scripts")
|
||||
|
Loading…
Reference in New Issue
Block a user