Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix wrappers not finding their scripts in upgraded repos
Wrappers look for script files using paths like 'bin/foo' instead of 'resources/bin/foo', so we may not prepend resources/ to those paths even though the files to in fact exist in the resources/ directory.
- Loading branch information