mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Add new custom folder icon logic
This commit is contained in:
parent
178c13746b
commit
45f5a9faa9
@ -179,7 +179,7 @@ class GenerateInstaller:
|
||||
if item.is_dir():
|
||||
print(colorama.Fore.YELLOW + f'[+] Process: {item.name}')
|
||||
self.tool_name = item.name
|
||||
self.tool_iss_component = f'{component_name(self.section_name)}\\{component_name(item.name)}"'
|
||||
self.tool_iss_component = f'{component_name(self.section_name)}\\{component_name(item.name)}'
|
||||
|
||||
self.iterate_tool(item)
|
||||
self.section_list.append('')
|
||||
|
Loading…
x
Reference in New Issue
Block a user