mirror of
https://github.com/indetectables-net/toolkit.git
synced 2025-06-21 18:30:51 +00:00
Add missing perm to folders
This commit is contained in:
parent
eec876a292
commit
6ff7b89b32
@ -178,6 +178,8 @@ class GenerateInstaller:
|
||||
self.tool_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('')
|
||||
self.section_list.append('')
|
||||
|
||||
# add folder desktop.ini support
|
||||
self.generate_folder_icon(folder_path)
|
||||
@ -204,7 +206,6 @@ class GenerateInstaller:
|
||||
)
|
||||
self.section_list.append('')
|
||||
|
||||
|
||||
self.section_list.append('[Run]')
|
||||
self.section_list.append(
|
||||
f'Filename: "{{sys}}\\attrib.exe"; '
|
||||
@ -219,8 +220,6 @@ class GenerateInstaller:
|
||||
'Flags: runhidden; '
|
||||
)
|
||||
self.section_list.append('')
|
||||
self.section_list.append('')
|
||||
self.section_list.append('')
|
||||
|
||||
def iterate_tool(self, folder_path, is_sub_folder=False):
|
||||
"""Process each tool in the folder."""
|
||||
|
Loading…
x
Reference in New Issue
Block a user