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
2c3fe93786
commit
9c803996c5
@ -207,13 +207,13 @@ class GenerateInstaller:
|
||||
|
||||
self.section_list.append('[Run]')
|
||||
self.section_list.append(
|
||||
'Filename: "attrib.exe"; '
|
||||
'Filename: "{{sys}}\\attrib.exe"; '
|
||||
f'Parameters: "+s +h ""{{#MyAppToolsFolder}}\\toolkit\\{folder_path_name}\\desktop.ini"""; '
|
||||
f'Components: "{iss_component}"; '
|
||||
'Flags: runhidden; '
|
||||
)
|
||||
self.section_list.append(
|
||||
'Filename: "attrib.exe"; '
|
||||
'Filename: "{{sys}}\\attrib.exe"; '
|
||||
f'Parameters: "+r ""{{#MyAppToolsFolder}}\\toolkit\\{folder_path_name}"""; '
|
||||
f'Components: "{iss_component}"; '
|
||||
'Flags: runhidden; '
|
||||
|
Loading…
x
Reference in New Issue
Block a user