Readme and actions update

This commit is contained in:
Edoardo Lolletti 2024-04-28 20:44:45 +02:00
parent d777ae97c5
commit b324161824
2 changed files with 12 additions and 7 deletions

View File

@ -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

View File

@ -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