mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
make sure to not include sprites with setup
This commit is contained in:
3
setup.py
3
setup.py
@@ -134,6 +134,9 @@ if os.path.exists(qusb2sneslog):
|
|||||||
qusb2snesconfig = buildfolder / "QUsb2Snes" / "config.ini"
|
qusb2snesconfig = buildfolder / "QUsb2Snes" / "config.ini"
|
||||||
if os.path.exists(qusb2snesconfig):
|
if os.path.exists(qusb2snesconfig):
|
||||||
os.remove(qusb2snesconfig)
|
os.remove(qusb2snesconfig)
|
||||||
|
alttpr_sprites_folder = buildfolder / "data" / "sprites" / "alttpr"
|
||||||
|
for file in os.listdir(alttpr_sprites_folder):
|
||||||
|
os.remove(alttpr_sprites_folder / file)
|
||||||
|
|
||||||
if signtool:
|
if signtool:
|
||||||
for exe in exes:
|
for exe in exes:
|
||||||
|
Reference in New Issue
Block a user