Change the layout of the release .zip

This commit is contained in:
Maschell 2022-01-30 17:04:08 +01:00
parent aca917c8aa
commit c21f9d8567
2 changed files with 6 additions and 7 deletions

View File

@ -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

View File

@ -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