mirror of
https://github.com/wiiu-env/sdcafiine_plugin.git
synced 2024-11-16 16:39:22 +01:00
Change the layout of the release .zip
This commit is contained in:
parent
c28aa9a0cf
commit
5d603d2fc1
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
@ -6,6 +6,12 @@ The main feature of this application is the **on-the-fly replacing of files**, w
|
|||||||
## Dependecies
|
## Dependecies
|
||||||
Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) to be loaded.
|
Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) to be loaded.
|
||||||
|
|
||||||
|
## Installation of the modules
|
||||||
|
(`[ENVIRONMENT]` is a placeholder for the actual environment name.)
|
||||||
|
|
||||||
|
1. Copy the file `sdcafiine.wps` into `sd:/wiiu/environments/[ENVIRONMENT]/plugins`.
|
||||||
|
2. Requires the [WiiUPluginLoaderBackend](https://github.com/wiiu-env/WiiUPluginLoaderBackend) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
|
||||||
|
3. Requires the [RPXLoadingModule](https://github.com/wiiu-env/RPXLoadingModule) in `sd:/wiiu/environments/[ENVIRONMENT]/modules`.
|
||||||
|
|
||||||
### Installation of the mods
|
### Installation of the mods
|
||||||
Before the mods can be loaded, they need to be copied to a SD device.
|
Before the mods can be loaded, they need to be copied to a SD device.
|
||||||
|
Loading…
Reference in New Issue
Block a user