Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Fixing archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
rupor-github committed Oct 9, 2018
1 parent 85d44bb commit f10af0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-release.ps1
Expand Up @@ -33,5 +33,5 @@ foreach( $a in ($Env:ARCH_INSTALLS -split ' ') )
Move-Item -Path $dist/lib/MSVCP140.dll $dist/MSVCP140.dll -ErrorAction SilentlyContinue

Write-Host "Compressiing result..."
Compress-Archive -Path $dist\* -CompressionLevel Optimal -DestinationPath $result/fb2mobi_all_$arch.zip
Compress-Archive -Path $dist -DestinationPath $result/fb2mobi_all_$arch
}

0 comments on commit f10af0b

Please sign in to comment.