bootloader cleanup and added license to installer downloads

This commit is contained in:
Mikayla Fischler
2023-11-04 12:51:24 -04:00
parent 7ef363a3c2
commit 25f68f338c
2 changed files with 11 additions and 13 deletions

View File

@@ -60,7 +60,7 @@ def make_manifest(size):
},
"files" : {
# common files
"system" : [ "initenv.lua", "startup.lua", "configure.lua" ],
"system" : [ "initenv.lua", "startup.lua", "configure.lua", "LICENSE" ],
"common" : list_files("./scada-common"),
"graphics" : list_files("./graphics"),
"lockbox" : list_files("./lockbox"),