Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now, if you want to add this ps1 file to the $PATH without adding other scripts, like install.ps1, you can now just drag it in some empty directory and add it to the $PATH. Just define $IDF_PATH. Suggestion to define $IDF_PATH was already in the script, but It didn't work because $IDF_PATH was just set to the root of the script ("$PSScriptRoot"). I also added more "clean" exit out of a script - it won't just scrap $IDF_PATH enviroment variable if it didn't find python scripts.
- Loading branch information