WindowsCompatibility icon indicating copy to clipboard operation
WindowsCompatibility copied to clipboard

Fix adding '.WinModule' with every execution of Import-WinModule command if the module is from NeverClobberList

Open sethvs opened this issue 7 years ago • 0 comments

Fix #64

Each execution of the Import-WinModule adds .WinModule to the name of the imported module if the module is from NeverClobberList.

This PR adds check if the name already ends with .WinModule.

sethvs avatar Dec 11 '18 10:12 sethvs