Describe the bug
In the .\install.ps1 script during the step to write the program's main directory to the users' PATH, the wrong variable is being used.
Expected behavior
It needs to use the absolute path saved in the variable $programPath, instead of the relative one of $programDir.
Describe the bug In the
.\install.ps1
script during the step to write the program's main directory to the users' PATH, the wrong variable is being used.Expected behavior It needs to use the absolute path saved in the variable
$programPath
, instead of the relative one of$programDir
.