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`. 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. ## 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: Expected file layout:
``` ```
v0 - tmd.0
- title.tmd - tmd.16
v16 - tmd.48
- title.tmd
v48
- title.tmd
- 0000000X.app - 0000000X.app
- 0000000X.h3 - 0000000X.h3
- (title.tik) - (title.tik)

View File

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