This commit is contained in:
Mikayla Fischler
2024-06-30 12:33:52 -04:00
parent c93cd4d0bd
commit 375e969161
5 changed files with 7 additions and 12 deletions

View File

@@ -44,11 +44,9 @@ def get_version(path, is_lib = False):
# generate installation manifest object
def make_manifest(size):
os.chdir('./_minified')
manifest = {
"versions" : {
"installer" : get_version("../ccmsi.lua"),
"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),
@@ -97,8 +95,6 @@ def make_manifest(size):
}
}
os.chdir('../')
return manifest
# write initial manifest with placeholder size