#282 version the common directory

This commit is contained in:
Mikayla Fischler
2023-07-30 20:46:04 -04:00
parent 9ce75eb4bd
commit 1a64591256
4 changed files with 24 additions and 34 deletions

View File

@@ -48,6 +48,7 @@ def make_manifest(size):
"versions" : {
"installer" : get_version("./ccmsi.lua"),
"bootloader" : get_version("./startup.lua"),
"common" : get_version("./scada-common/util.lua", True),
"comms" : get_version("./scada-common/comms.lua", True),
"graphics" : get_version("./graphics/core.lua", True),
"lockbox" : get_version("./lockbox/init.lua", True),