mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Merge branch 'main' into breaking_changes
This commit is contained in:
4
setup.py
4
setup.py
@@ -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:
|
||||
|
Reference in New Issue
Block a user