From 250b0610ec8cbf0c91e557b79b06c44f38dcde4b Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 30 Jan 2022 16:52:04 +0100 Subject: [PATCH] Change the layout of the release .zip --- .github/workflows/ci.yml | 3 +-- Makefile | 1 - README.md | 6 +++++- 3 files changed, 6 insertions(+), 4 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/Makefile b/Makefile index fdda43f..f79e87a 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,6 @@ LIBS := -lwums -lwut #------------------------------------------------------------------------------- LIBDIRS := $(PORTLIBS) $(WUT_ROOT) $(WUMS_ROOT) - #------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional # rules for different file extensions diff --git a/README.md b/README.md index 31ec720..5423ee0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -Run via [SetupPayload](https://github.com/wiiu-env/SetupPayload). Requires [wut](https://github.com/decaf-emu/wut), [wums](https://github.com/wiiu-env/WiiUModuleSystem) +## Usage +(`[ENVIRONMENT]` is a placeholder for the actual environment name.) + +1. Copy the file `KernelModule.wms` into `sd:/wiiu/environments/[ENVIRONMENT]/modules`. +2. Requires the [WUMSLoader](https://github.com/wiiu-env/WUMSLoader) in `sd:/wiiu/environments/[ENVIRONMENT]/modules/setup`. ## Building using the Dockerfile