dfinke / InstallModuleFromGitHub

Install PowerShell Modules from GitHub
Apache License 2.0
87 stars 31 forks source link

fix unzippedArchive path when searching for psd1 file #25

Closed joshschmitter closed 1 year ago

joshschmitter commented 2 years ago

Two changes:

rennerom commented 1 year ago

Catching up from issue #28. I feel like this worked on windows when I opened my last PR, but having limited access to windows machines at the time, it’s entirely possible I’m misremembering. I was also running windows 10 on ps 5.1 and using a forked version of this repo to work with ps 5.1, so definitely not the best q/a environment.

This change however appears to run just fine on my current windows 10 machine with ps7.

jonaskuske commented 1 year ago

I'm on PowerShell 7.3 / Win10 and the fix in this PR worked for me 👋