tydeno / Ploto

A Windows PowerShell based Chia Plotting Manager. Lets you automatically spawn and move plots. Sends you notifications on the go.
MIT License
32 stars 5 forks source link

[BUG] Cannot recognize Ploto cmdlets when installing from release #97

Closed tydeno closed 3 years ago

tydeno commented 3 years ago

Describe the bug When Ploto is installed with Install-Ploto.ps1 from a release (eg. 1.1.1) it is not installed correctly in C:\Program Files\WindowsPowerShell\Modules. It is copied but because it copies the folder Ploto-1.1.1 (defined by release) into the PowerShell\Modules folder, Ploto Module is not imported correctly (folder needs to have same name as .psm1 in it).

To Reproduce Install Ploto from Install-Ploto.ps1

Expected behavior PowerShell Module is installed successfully, so that Ploto commands are recognized globally

Screenshots image

Ploto Version in use

tydeno commented 3 years ago

Approved Workaround: In C:\Program Files\WindowsPowerShell\Modules rename Ploto-1.1.1 to Ploto