diff --git a/build-release-windows.ps1 b/build-release-windows.ps1 index 6f686af8..b99a5a6b 100644 --- a/build-release-windows.ps1 +++ b/build-release-windows.ps1 @@ -28,4 +28,4 @@ Compress-Archive -Path release/libcozo_java-${COZO_VERSION}-windows-x86_64.dll - Remove-Item release/cozoserver-${COZO_VERSION}-windows-x86_64.exe Remove-Item release/libcozo_c-${COZO_VERSION}-windows-x86_64.lib Remove-Item release/libcozo_c-${COZO_VERSION}-windows-x86_64.dll -Remove-Item release/libcozo_java-${COZO_VERSION}-windows-x86_64.dll \ No newline at end of file +gzip release/libcozo_java-${COZO_VERSION}-windows-x86_64.dll \ No newline at end of file