mirror of
https://github.com/mmozeiko/pkg2zip.git
synced 2026-09-03 03:29:59 +03:00
add badge icons to readme
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# pkg2zip
|
||||
|
||||
[![Travis CI Build Status][img_travis]][travis] [![AppVeyor Build Status][img_appveyor]][appveyor] [![Downloads][img_downloads]][downloads] [![Release][img_latest]][latest] [![License][img_license]][license]
|
||||
|
||||
Utility that decrypts PlayStation Vita pkg file and creates zip package.
|
||||
|
||||
Optionally saves [NoNpDrm](https://github.com/TheOfficialFloW/NoNpDrm) license into work.bin file. You must provide license key.
|
||||
@@ -73,3 +75,14 @@ On Windows you can build either with MinGW (get [MinGW-w64](http://www.msys2.org
|
||||
This is free and unencumbered software released into the public domain.
|
||||
|
||||
Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means.
|
||||
|
||||
[travis]: https://travis-ci.org/mmozeiko/pkg2zip/
|
||||
[appveyor]: https://ci.appveyor.com/project/mmozeiko/pkg2zip/
|
||||
[downloads]: https://github.com/mmozeiko/pkg2zip/releases
|
||||
[latest]: https://github.com/mmozeiko/pkg2zip/releases/latest
|
||||
[license]: https://github.com/mmozeiko/pkg2zip/blob/master/LICENSE
|
||||
[img_travis]: https://api.travis-ci.org/mmozeiko/pkg2zip.svg?branch=master
|
||||
[img_appveyor]: https://ci.appveyor.com/api/projects/status/xmkl6509ahlp9b7k/branch/master?svg=true
|
||||
[img_downloads]: https://img.shields.io/github/downloads/mmozeiko/pkg2zip/total.svg?maxAge=3600
|
||||
[img_latest]: https://img.shields.io/github/release/mmozeiko/pkg2zip.svg?maxAge=3600
|
||||
[img_license]: https://img.shields.io/github/license/mmozeiko/pkg2zip.svg?maxAge=2592000
|
||||
|
||||
Reference in New Issue
Block a user