mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
remove qusb2snes log if it exists on compile
This commit is contained in:
4
setup.py
4
setup.py
@@ -103,4 +103,8 @@ for data in extra_data:
|
||||
os.makedirs(buildfolder / "Players", exist_ok=True)
|
||||
shutil.copyfile("easy.yaml", buildfolder / "Players" / "easy.yaml")
|
||||
|
||||
qusb2sneslog = buildfolder / "QUsb2Snes" / "log.txt"
|
||||
if os.path.exists(qusb2sneslog):
|
||||
os.remove(qusb2sneslog)
|
||||
|
||||
manifest_creation()
|
||||
|
Reference in New Issue
Block a user