From 9bb635e0e3688b7bbf6ddb6e284030f2da0a5c5c Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 17:24:43 +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 0b00082..3cd0e8e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ This plugin allows you to use a gamepad from any region. +## Usage +(`[ENVIRONMENT]` is a placeholder for the actual environment name.) + +1. Copy the file `drc_region_free.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`. +2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`. + ## Building using the Dockerfile It's possible to use a docker image for building. This way you don't need anything installed on your host system.