# unwx ## Get Download prebuilt binaries from [Releases](https://github.com/unbyte/unwx/releases/latest), or install using cargo: ```shell cargo install unwx ``` ## Usage ```shell # unpack to path/to/wxapkg.unpacked/ unwx path/to/wxapkg # unpack to dest/ unwx path/to/wxapkg -o dest # clean dest/ before unpack unwx path/to/wxapkg -o dest --clean ``` ## License MIT License.