Setup: copy LttP yaml to build automatically
This commit is contained in:
parent
3f43051c35
commit
2f7f6a0b58
3
setup.py
3
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:
|
||||
|
|
Loading…
Reference in New Issue