cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user