From 25ad8ab4d7404c2e13e2f10b4ced924b155fb740 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 2 Feb 2022 00:01:03 +0100 Subject: [PATCH] Use latest JNUSLib version, bump version to 0.4 --- README.md | 11 ++++------- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c4abe8b..19164df 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/pom.xml b/pom.xml index 48f92e8..8fcc9a7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ de.mas.wiiu.jnus fuse-wiiu - 0.3 + 0.4 jar fuse-wiiu @@ -92,7 +92,7 @@ com.github.Maschell JNUSLib - b95e1ab + 822cf2d org.projectlombok