auto-copy easy.yaml

This commit is contained in:
Fabian Dill 2020-04-11 16:31:40 +02:00
parent 66ded4f10a
commit 691201d877
1 changed files with 2 additions and 0 deletions

View File

@ -100,5 +100,7 @@ extra_data = ["LICENSE", "data", "EnemizerCLI", "host.yaml", "QUsb2Snes", "meta.
for data in extra_data:
installfile(Path(data))
os.makedirs(buildfolder / "Players", exist_ok=True)
shutil.copyfile("easy.yaml", buildfolder / "Players" / "easy.yaml")
manifest_creation()