- updated code for v5.4.9 release

This commit is contained in:
Fledge68 2021-04-02 17:46:34 -05:00
parent 6ba7dac8d1
commit 9cea2f80a9
6 changed files with 21 additions and 14 deletions

View File

@ -67,7 +67,7 @@ jobs:
- name: Upload binaries - name: Upload binaries
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
name: wiiflow_lite name: wiiflow_lite_${{ steps.pack.outputs.sha }}
path: | path: |
apps apps
wiiflow wiiflow

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 MiB

After

Width:  |  Height:  |  Size: 4.1 MiB

View File

@ -1,6 +1,6 @@
#define APP_NAME "WiiFlow WFL" #define APP_NAME "WiiFlow WFL"
#define APP_VERSION "5.4.9 beta 4" #define APP_VERSION "5.4.9"
#define APP_DATA_DIR "wiiflow" #define APP_DATA_DIR "wiiflow"
#define APPS_DIR "apps/wiiflow" #define APPS_DIR "apps/wiiflow"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@ -1,12 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<app version="1"> <app version="1">
<name>WiiFlow Lite</name> <name>WiiFlow WFL</name>
<coder>Fledge68</coder> <coder>Fledge68</coder>
<version>4.4.0 r1135</version> <version>5.4.9</version>
<release_date>20172109000000</release_date> <release_date>20210403000000</release_date>
<short_description>USB Loader app</short_description> <!-- // remove this line to enable arguments
<long_description> <arguments>
WiiFlow Lite is a app for loading backup games from a USB Device or SD card. <arg>ios=249</arg>
<arg>waitdir=sd:/apps/wiiflow/wait_imgs</arg>
<arg>waitloop</arg>
<arg>noflash</arg>
</arguments>
// remove this line to enable arguments -->
<short_description>USB Loader app</short_description>
<long_description>WiiFlow is a app for loading backup games from a USB Device or SD card.
It displays your games in a coverflow with 3D full box covers. It displays your games in a coverflow with 3D full box covers.
Key features: Key features:
@ -15,6 +22,6 @@
* Devolution support * Devolution support
* Nintendont support * Nintendont support
* Neek2o support * Neek2o support
</long_description> </long_description>
<no_ios_reload/> <no_ios_reload/>
</app> </app>