fix dll compress in windows building
This commit is contained in:
parent
9768e2dc75
commit
4de0126719
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function compress {
|
|||
}
|
||||
|
||||
write-host "Compressing dlls..."
|
||||
$binaries = dir "${script:buildDir}/bin/*.dll"
|
||||
$dlls = dir "${script:buildDir}/bin/*.dll"
|
||||
foreach ($file in $dlls) {
|
||||
& "$script:GZIP" --best -f $file
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue