mirror of
https://github.com/edo9300/unlaunch-installer.git
synced 2025-06-18 14:25:39 -04:00
Readme and actions update
This commit is contained in:
parent
d777ae97c5
commit
b324161824
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: Build NAND Title Manager
|
||||
name: Build Safe Unlaunch Installer
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -20,12 +20,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v1
|
||||
- name: Setup environment
|
||||
run: git config --global safe.directory '*'
|
||||
- name: Build NAND Title Manager
|
||||
- name: Build Safe Unlaunch Installer
|
||||
run: make
|
||||
- name: Publish build to GH Actions
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
path: "*.dsi"
|
||||
name: build
|
||||
@ -34,11 +32,11 @@ jobs:
|
||||
publish_build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Upload to release
|
||||
if: ${{ success() && startsWith(github.ref, 'refs/tags') }}
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: build
|
||||
path: build
|
||||
|
@ -12,6 +12,13 @@ This can modify your internal system NAND! There is *always* a risk of
|
||||
- Keeps a recovery copy of unlaunch in NAND to protect against future bricks
|
||||
(only on retail consoles)
|
||||
|
||||
## Notes
|
||||
This installer comes bundled with a specific version of unlaunch (2.0), but can
|
||||
load a separate unlaunch installer from the root of the sd card, named
|
||||
`unlaunch.dsi`.
|
||||
Supported unlaunch versions are 1.8, 1.9 and 2.0, since earlier ones don't work
|
||||
if installed with this new method.
|
||||
|
||||
## Differences with official installer
|
||||
The Nintendo DSi's stage2 has a failsafe where it will load a backup launcher
|
||||
(HNAA) if it can't find the real one (eg. missing, corrupted), even on retail
|
||||
|
Loading…
Reference in New Issue
Block a user