forked from extern/httpie-cli
9dda23a322
* Add Chocolatey packaging information * Fix working directory * Fix Python dependency * Update icon URL * Fix local installation * Simplify links * Remove the workflow, it adds no real value and th etime to fix is is not worth
3 lines
114 B
PowerShell
3 lines
114 B
PowerShell
$ErrorActionPreference = 'Stop';
|
|
py -m pip uninstall -y $env:ChocolateyPackageName --disable-pip-version-check
|