Fixed error in 7z script for building the zip file, zip re-uploaded to 1.7.2
This commit is contained in:
parent
3037179a27
commit
9c236bbe67
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ cd out
|
||||||
|
|
||||||
$location = Get-Location
|
$location = Get-Location
|
||||||
[string]$Zip = "C:\Program Files\7-Zip\7z.exe"
|
[string]$Zip = "C:\Program Files\7-Zip\7z.exe"
|
||||||
[array]$arguments = "a", "-tzip", "-y", "$location/../RealDebridClient.zip", $location
|
[array]$arguments = "a", "-tzip", "-y", "$location/../RealDebridClient.zip", "."
|
||||||
& $Zip $arguments
|
& $Zip $arguments
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue