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 PATH=$GOPATH/bin:$GOROOT/bin:$PATH
|
||||
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:
|
||||
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:
|
||||
- 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.
|
||||
# Setup
|
||||
|
Loading…
Reference in New Issue
Block a user