add host.yaml to compiled program

This commit is contained in:
Fabian Dill 2020-02-09 21:32:29 +01:00
parent f3324644a3
commit bc081ded9d
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ def installfile(path):
print('Warning,', path, 'not found')
extra_data = ["LICENSE", "data", "EnemizerCLI"]
extra_data = ["LICENSE", "data", "EnemizerCLI", "host.yaml"]
for data in extra_data:
installfile(Path(data))