winbench / bench

Portable Software Environment for Windows
https://winbench.org
MIT License
20 stars 3 forks source link

Do not resolve app prop Exe with a search through Path but with Dir #22

Closed mastersign closed 8 years ago

mastersign commented 8 years ago

The app property Path is a list of paths to register. The app property Exe points to the main executable, used to check the apps existence and the target of the app launcher. The resolution of a relative path in the Exe property, should be based on the Dir property and not on a search through the Path list, because this can cause ambiguity.

mastersign commented 8 years ago

Resolved by 9fff0d8774a10dec3a2e1a40a77ffb262a3eb039