From c21f9d8567db34a1726ef66239ddd56f94f3a247 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 17:04:08 +0100 Subject: [PATCH] Change the layout of the release .zip --- .github/workflows/ci.yml | 3 +-- README.md | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5898882..2bd293b 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/modules - name: zip artifact - run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip wiiu + run: zip -r ${{ env.REPOSITORY_NAME }}_${{ env.DATETIME }}.zip *.wms - name: Create Release id: create_release uses: actions/create-release@v1 diff --git a/README.md b/README.md index a3df859..7a94b70 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ This is the Backend for the [WiiUPluginSystem](https://github.com/Maschell/WiiUPluginSystem). Check out the readme for more information about the Plugin System. ## Usage -Put the `PluginBackend.wms` in the `sd:/wiiu/modules` folder of your sd card and load it via the [SetupPayload](https://github.com/wiiu-env/SetupPayload). +(`[ENVIRONMENT]` is a placeholder for the actual environment name.) + +1. Copy the file `PluginBackend.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`. Plugins needs to be placed into the following folder: ``` -sd:/wiiu/plugins +sd:/wiiu/environments/[ENVIRONMENT]/plugins ``` - -Plugins can be disabled/enabled using the [WiiUPluginSystemGUI](https://github.com/wiiu-env/WiiUPluginLoaderGUI). - ## Building In order to be able to compile this, you need to have devkitPPC installed [devkitPPC](https://devkitpro.org/wiki/Getting_Started) with the following