Merge branch 'main' into breaking_changes

This commit is contained in:
Fabian Dill
2021-03-14 07:04:40 +01:00
5 changed files with 14 additions and 9 deletions

View File

@@ -134,6 +134,10 @@ if os.path.exists(qusb2sneslog):
qusb2snesconfig = buildfolder / "QUsb2Snes" / "config.ini"
if os.path.exists(qusb2snesconfig):
os.remove(qusb2snesconfig)
alttpr_sprites_folder = buildfolder / "data" / "sprites" / "alttpr"
for file in os.listdir(alttpr_sprites_folder):
if file != ".gitignore":
os.remove(alttpr_sprites_folder / file)
if signtool:
for exe in exes: