From 2f7f6a0b587d86482a1e463399b0019d7be57746 Mon Sep 17 00:00:00 2001 From: Fabian Dill Date: Mon, 4 Apr 2022 10:29:02 +0200 Subject: [PATCH] Setup: copy LttP yaml to build automatically --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80e6b1dd..87a471d2 100644 --- a/setup.py +++ b/setup.py @@ -176,7 +176,8 @@ class BuildExeCommand(cx_Freeze.dist.build_exe): shutil.copyfile(os.path.join("WebHostLib", "static", "generated", "configs", file_name), self.buildfolder / "Players" / "Templates" / file_name) shutil.copyfile("meta.yaml", self.buildfolder / "Players" / "Templates" / "meta.yaml") - + # TODO: fix LttP options one day + shutil.copyfile("playerSettings.yaml", self.buildfolder / "Players" / "Templates" / "A Link to the Past.yaml") try: from maseya import z3pr except ImportError: