Change the layout of the release .zip

This commit is contained in:
Maschell 2022-01-30 17:26:45 +01:00
parent 2945ca6be1
commit 653be698f8
2 changed files with 4 additions and 4 deletions

View File

@ -30,9 +30,8 @@ jobs:
- uses: actions/download-artifact@master - uses: actions/download-artifact@master
with: with:
name: binary name: binary
path: wiiu/plugins
- name: zip artifact - 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 - name: Create Release
id: create_release id: create_release
uses: actions/create-release@v1 uses: actions/create-release@v1

View File

@ -3,9 +3,10 @@
This plugin allows you to launch an title of an other region and / or force a language of an title. This plugin allows you to launch an title of an other region and / or force a language of an title.
## Installation ## Installation
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
Load the plugin with the [Wii U Plugin System Backend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) by placing it on the SD Card into the 1. Copy the file `regionfree.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`.
directory `sd:/wiiu/plugin/` 2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
At the first launch with the plugin open the config menu (press ZL, DPAD Down and Minus on the gamepad) and set your default language for each region. At the first launch with the plugin open the config menu (press ZL, DPAD Down and Minus on the gamepad) and set your default language for each region.