Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Jan 25, 2021
1 parent 52966d3 commit 3eea2ce
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
![version](https://img.shields.io/badge/version-16%2B-8331AE)
![platform](https://img.shields.io/static/v1?label=platform&message=osx-64%20|%20win-32%20|%20win-64&color=blue)
[![license](https://img.shields.io/github/license/miyako/4d-plugin-zip)](LICENSE)
![downloads](https://img.shields.io/github/downloads/miyako/4d-plugin-zip/total)

# 4d-plugin-zip
4D plugin to zip and unzip.

the previous version is under the [classic-minizip](https://github.com/miyako/4d-plugin-zip/tree/classic-minizip) branch

this version replaces the original [madler/zlib/minizip](https://github.com/madler/zlib/tree/master/contrib/minizip) with the [nmoinvaz/minizip](https://github.com/nmoinvaz/minizip) implementation

To use on v16 or v17, move manifest.json to contents.

### Features

* multiple input for ``Zip`` (``C_TEXT`` or stringified ``C_COLLECTION``)
Expand Down

0 comments on commit 3eea2ce

Please sign in to comment.