[vpicc] Fix swig download path and use recommended PS applet
This commit is contained in:
@@ -24,9 +24,9 @@ install:
|
|||||||
#- ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf'
|
#- ps: ren 'C:\Program Files (x86)\Windows Kits\10\include\00wdf' 'wdf'
|
||||||
|
|
||||||
|
|
||||||
- (new-object net.webclient).DownloadFile('https://sourceforge.net/projects/swig/', '..\swig.zip')
|
- Start-FileDownload "https://kumisystems.dl.sourceforge.net/project/swig/swigwin/swigwin-4.0.2/swigwin-4.0.2.zip"
|
||||||
- Expand-Archive -LiteralPath ..\swig.zip -DestinationPath ..\swig_folder
|
- Expand-Archive -LiteralPath swigwin-4.0.2.zip -DestinationPath swig_folder
|
||||||
- $env:Path += "..\swig_folder"
|
- $env:Path += ".\swig_folder"
|
||||||
- python -m pip install --upgrade pip
|
- python -m pip install --upgrade pip
|
||||||
- pip install virtualenv
|
- pip install virtualenv
|
||||||
- pip install -U setuptools
|
- pip install -U setuptools
|
||||||
|
|||||||
Reference in New Issue
Block a user