From 5d603d2fc181a5e7646fe87f3faeadfab675f467 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 20:47:40 +0100 Subject: [PATCH] Change the layout of the release .zip --- .github/workflows/ci.yml | 3 +-- README.md | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb76f81..9f222b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,9 +30,8 @@ jobs: - uses: actions/download-artifact@master with: name: binary - path: wiiu/plugins - name: zip artifact - run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu + run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wps - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/README.md b/README.md index 93be92a..29ef6e7 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,12 @@ The main feature of this application is the **on-the-fly replacing of files**, w ## Dependecies Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) to be loaded. +## Installation of the modules +(`[ENVIRONMENT]` is a placeholder for the actual environment name.) + +1. Copy the file `sdcafiine.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`. +2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +3. Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. ### Installation of the mods Before the mods can be loaded, they need to be copied to a SD device.