mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05: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:
|
on:
|
||||||
push:
|
push:
|
||||||
@ -20,12 +20,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v1
|
||||||
- name: Setup environment
|
- name: Build Safe Unlaunch Installer
|
||||||
run: git config --global safe.directory '*'
|
|
||||||
- name: Build NAND Title Manager
|
|
||||||
run: make
|
run: make
|
||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: "*.dsi"
|
path: "*.dsi"
|
||||||
name: build
|
name: build
|
||||||
@ -34,11 +32,11 @@ jobs:
|
|||||||
publish_build:
|
publish_build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: Upload to release
|
name: Upload to release
|
||||||
if: ${{ success() && startsWith(github.ref, 'refs/tags') }}
|
if: startsWith(github.ref, 'refs/tags')
|
||||||
needs: build
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifacts
|
- name: Download artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: build
|
name: build
|
||||||
path: 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
|
- Keeps a recovery copy of unlaunch in NAND to protect against future bricks
|
||||||
(only on retail consoles)
|
(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
|
## Differences with official installer
|
||||||
The Nintendo DSi's stage2 has a failsafe where it will load a backup launcher
|
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
|
(HNAA) if it can't find the real one (eg. missing, corrupted), even on retail
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user