Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/SteezCram/PboViewer into main
Browse files Browse the repository at this point in the history
  • Loading branch information
SteezCram committed Nov 18, 2020
2 parents bda3613 + 193086a commit a969e0d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,18 @@
# PboViewer
Cross-platform PBO maker / unpacker

## GUI
The GUI is availble to all the platform.

Here is a screenshot of the window:

![alt text](https://i.ibb.co/ZH0rBCK/Pbo-Viewer-GUI-dzf-ZWJWQld.png)

## CLI
You have two command for the CLI:
- packFolder, arguments: --path or -p, path of the folder to pack
- unpackFolder, arguments: --path or -p, path of the PBO to unpack

Here is one exemple for each command:
- `./PboViewer packFolder --path="C:\test"`
- `./PboViewer unpackFolder --path="C:\test"`

0 comments on commit a969e0d

Please sign in to comment.