Bottles icon indicating copy to clipboard operation
Bottles copied to clipboard

[Request] Installers action to "blacklist" executable from the programs list

Open mirkobrombin opened this issue 2 years ago • 0 comments

Is your feature request related to a problem? Please describe. Sometimes a program came with multiple entries which are not needed at all (at least in this context). As installers already install a new program entry, it should also be able to blacklist the wrong ones.

Describe the solution you'd like Introduce a new action who takes care of this task, so giving it a list of executable paths to blacklist:

action: blacklist
  executables: 
    - path/to_first.exe
    - path/to_second.exe

mirkobrombin avatar Mar 14 '22 18:03 mirkobrombin