Commit 4de01267 authored by mofanke's avatar mofanke
Browse files

fix dll compress in windows building

parent 9768e2dc
...@@ -146,7 +146,7 @@ function compress { ...@@ -146,7 +146,7 @@ function compress {
} }
write-host "Compressing dlls..." write-host "Compressing dlls..."
$binaries = dir "${script:buildDir}/bin/*.dll" $dlls = dir "${script:buildDir}/bin/*.dll"
foreach ($file in $dlls) { foreach ($file in $dlls) {
& "$script:GZIP" --best -f $file & "$script:GZIP" --best -f $file
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment