You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently in the process of cleaning up the Bottles repositories for dependencies and components, and I came across a limitation in the current method of parsing that caused a blocker.
I can put, say, a dependency in Essential/ and Bottles will find it just fine, but I can't put one in Essential/dotnet and it still find that.
Describe the solution you'd like
An option could be added in the parser for "Path", where it works more or less the same as it does right now but allows you to define a path where a specific manifest is:
vcredist2005:
Description: Microsoft Visual C++ Redistributable for Visual Studio 2005
Category: Essentials
Path: Essentials/vcredist
Other solutions?
No response
Additional context and references
No response
The text was updated successfully, but these errors were encountered:
Tell us the problem or your need
I'm currently in the process of cleaning up the Bottles repositories for dependencies and components, and I came across a limitation in the current method of parsing that caused a blocker.
I can put, say, a dependency in Essential/ and Bottles will find it just fine, but I can't put one in Essential/dotnet and it still find that.
Describe the solution you'd like
An option could be added in the parser for "Path", where it works more or less the same as it does right now but allows you to define a path where a specific manifest is:
Other solutions?
No response
Additional context and references
No response
The text was updated successfully, but these errors were encountered: