From b32416182492d5892a1841d031648c4d188af55b Mon Sep 17 00:00:00 2001 From: Edoardo Lolletti Date: Sun, 28 Apr 2024 20:44:45 +0200 Subject: [PATCH] Readme and actions update --- .github/workflows/build.yml | 12 +++++------- README.md | 7 +++++++ 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 61f3fff..a695f1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/README.md b/README.md index a6e4a76..bd3f404 100644 --- a/README.md +++ b/README.md @@ -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