mirror of
https://github.com/Maschell/fuse-wiiu.git
synced 2024-11-22 06:39:14 +01:00
Version bump to 0.2
This commit is contained in:
parent
889b790afd
commit
e98832e6f8
@ -54,7 +54,7 @@ jobs:
|
|||||||
export GOROOT=/usr/local/go
|
export GOROOT=/usr/local/go
|
||||||
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
|
export PATH=$GOPATH/bin:$GOROOT/bin:$PATH
|
||||||
go get github.com/tcnksm/ghr
|
go get github.com/tcnksm/ghr
|
||||||
ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution!' `echo "v0.1-nightly-$(git rev-parse --short=7 HEAD)"` ci/
|
ghr -t $GITHUB_TOKEN -u $CIRCLE_PROJECT_USERNAME -r $CIRCLE_PROJECT_REPONAME -prerelease -b 'Nightly release - Use caution!' `echo "v0.2-nightly-$(git rev-parse --short=7 HEAD)"` ci/
|
||||||
|
|
||||||
- store_artifacts:
|
- store_artifacts:
|
||||||
path: ci/
|
path: ci/
|
@ -3,7 +3,7 @@ fuse-wiiu is an easy way to extract data from Wii U titles in various formats.
|
|||||||
It's compatible to:
|
It's compatible to:
|
||||||
- Title in the installable format (.tmd, .app, .h3 etc.)
|
- Title in the installable format (.tmd, .app, .h3 etc.)
|
||||||
- Multiple versions of a title in the installable format (.tmd, .app, .h3 etc.)
|
- Multiple versions of a title in the installable format (.tmd, .app, .h3 etc.)
|
||||||
- Wii U disc images (WUD and WUX), including kiosk discs
|
- Wii U disc images (WUD, WUX and splitted WUD), including kiosk discs
|
||||||
|
|
||||||
fuse-wiiu requires Java 8 and fuse implementation thats compatible to you OS and CPU architecture.
|
fuse-wiiu requires Java 8 and fuse implementation thats compatible to you OS and CPU architecture.
|
||||||
# Setup
|
# Setup
|
||||||
|
2
pom.xml
2
pom.xml
@ -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.1</version>
|
<version>0.2</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<name>fuse-wiiu</name>
|
<name>fuse-wiiu</name>
|
||||||
|
Loading…
Reference in New Issue
Block a user