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