mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-21 20:29:17 +01:00
Change the layout of the release .zip
This commit is contained in:
parent
aca917c8aa
commit
c21f9d8567
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
10
README.md
10
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
|
||||
|
Loading…
Reference in New Issue
Block a user