mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
Updating the WebP JNI library
- Open the IntelliJ Platform Products | IntelliJ Project Dependencies | WebP project in TeamCity.
- Open VCS settings and change the Default branch to a tag of a new version (e.g.,
refs/tags/v1.3.2). - Run all builds, download the artifacts, and replace libraries in
community/plugins/webp/lib/libwebp/<os>directories (for macOS, combine artifacts into a universal binary first withlipo). - Update
community/plugins/webp/lib/libwebp.jar... - Update the version constant in
WebpNativeLibHelper#getDecoderVersion.