Use latest JNUSLib version, bump version to 0.4

This commit is contained in:
Maschell 2022-02-02 00:01:03 +01:00
parent a3f9dcb648
commit 25ad8ab4d7
2 changed files with 6 additions and 9 deletions

View File

@ -126,16 +126,13 @@ Expected file layout:
The `title.tik` is optional. If no ticket was found, a file `[titleID].key` (where `[titleID]` is the titleID of the .tmd)containing the key in binary (16 bytes) is expected in `~/.wiiu/titlekeypath`.
## Extended installable format (tmd/h3/app) with multiple versions.
It's possible to have to mount multiple versions of a installble title. In this case, all `.app` files are expected in the root, and a `title.tmd` for each version inside a folder `v[version]` where `[version]` is the version number.
It's possible to have to mount multiple versions of a installble title. In this case, all `.app` files are expected in the root, and a `tmd.[VERSION]` for each tmd of a version.
Expected file layout:
```
v0
- title.tmd
v16
- title.tmd
v48
- title.tmd
- tmd.0
- tmd.16
- tmd.48
- 0000000X.app
- 0000000X.h3
- (title.tik)

View File

@ -5,7 +5,7 @@
<groupId>de.mas.wiiu.jnus</groupId>
<artifactId>fuse-wiiu</artifactId>
<version>0.3</version>
<version>0.4</version>
<packaging>jar</packaging>
<name>fuse-wiiu</name>
@ -92,7 +92,7 @@
<dependency>
<groupId>com.github.Maschell</groupId>
<artifactId>JNUSLib</artifactId>
<version>b95e1ab</version>
<version>822cf2d</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>