mirror of
https://github.com/Grasscutters/GrassClipper.git
synced 2024-11-16 04:45:34 +00:00
uncommect powershell
This commit is contained in:
parent
73a47526a2
commit
4b51777872
@ -6,12 +6,12 @@ if not exist "./ext" mkdir "ext"
|
||||
if not exist "./temp" mkdir "temp"
|
||||
|
||||
:: Begin by retrieving mitmproxy 8.0.0
|
||||
:: powershell Invoke-WebRequest -Uri https://snapshots.mitmproxy.org/8.0.0/mitmproxy-8.0.0-windows.zip -OutFile "./temp/mitmproxy-8.0.0-windows.zip"
|
||||
powershell Invoke-WebRequest -Uri https://snapshots.mitmproxy.org/8.0.0/mitmproxy-8.0.0-windows.zip -OutFile "./temp/mitmproxy-8.0.0-windows.zip"
|
||||
|
||||
echo Extracting...
|
||||
|
||||
:: Extract from temp/ to ext/ with powershell
|
||||
:: powershell Expand-Archive -Path "./temp/mitmproxy-8.0.0-windows.zip" -DestinationPath "./ext/" -Force
|
||||
powershell Expand-Archive -Path "./temp/mitmproxy-8.0.0-windows.zip" -DestinationPath "./ext/" -Force
|
||||
|
||||
del /s /q "./temp"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user