Fix get-plugins.ps1
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
||||||
# Download the latest set of plugins to a temporary file, extract the archive then delete it
|
# Download the latest set of plugins to a temporary file, extract the archive then delete it
|
||||||
$temp = New-TemporaryFile | Rename-Item -NewName { $_ -replace 'tmp$', 'zip' } <EFBFBD>PassThru
|
$temp = New-TemporaryFile | Rename-Item -NewName { $_ -replace 'tmp$', 'zip' } -PassThru
|
||||||
wget -OutFile $temp https://github.com/djkaty/Il2CppInspectorPlugins/releases/latest/download/plugins.zip
|
wget -OutFile $temp https://github.com/djkaty/Il2CppInspectorPlugins/releases/latest/download/plugins.zip
|
||||||
Expand-Archive -Path $temp -DestinationPath $pwd -Force
|
Expand-Archive -Path $temp -DestinationPath $pwd -Force
|
||||||
del $temp
|
del $temp
|
||||||
|
|||||||
Reference in New Issue
Block a user