-
-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be less strict about FixFwData name and location (#410)
On Linux, dotnet compiles binaries to filenames without .exe in them, so we should handle that scenario gracefully. Also, it's common to be running from a different directory than the one where FixFwData.exe is found (e.g., `dotnet run` in the project that calls LfMergeBridge), so we should also check the location of LfMergeBridge.dll since FixFwData will usually be installed alongside LfMergeBridge.dll.
- Loading branch information
Showing
1 changed file
with
25 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters