Xav83 / chocolatey-packages

Implementation of the template to create and maintain chocolatey packages both manual and automatic (mostly automatic)
https://chocolatey.org/profiles/Xav83
Apache License 2.0
4 stars 4 forks source link

Exclude executables from getting shims. #3

Closed Xav83 closed 3 years ago

Xav83 commented 3 years ago

Generates a .ignore file next to pluginval executable to prevent it from getting shims. https://docs.chocolatey.org/en-us/create/create-packages#how-do-i-exclude-executables-from-getting-shims

Also adds the new location of pluginval to the user path.

Capture

Directly Related to #2

Xav83 commented 3 years ago

I have tested pluginval installed via the package generated with this Pull Request, with two plugins, on one VST (Dexed) and one VST3(Surge).

So I am going to merge this Pull Request and, see if I can regenerate the package to replace the one available on Chocolatey, even if this package is already "working".