last fixes

This commit is contained in:
Yhael S
2023-10-06 23:55:18 -05:00
parent 0cd36b92a3
commit 554f9f533d
4 changed files with 32 additions and 17 deletions

View File

@@ -16,7 +16,7 @@ manifest_dict = eval(''.join(lines[start_index:end_index + 1]))
# Modify the manifest dictionary
manifest_dict['installable'] = True
manifest_dict['auto_install'] = False
manifest_dict['auto_install'] = True
# Construct the modified manifest string
modified_manifest_lines = ['{\n']