vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)
GNU General Public License v3.0
78 stars 11 forks source link

gen.py Enhancements #27

Closed vgmoose closed 7 years ago

vgmoose commented 7 years ago

To keep backwards compatibility with older releases, the structure of the unzipped apps on the server (that are input to gen.py) will make use of an sd folder to specify additional files. This is transparent to the user, and only important for repository maintainers.

There is also a .deleteme file that is generated when a zip is created, which can be deleted to have the zip be regenerated by gen.py.

└── apps
    └── haxchi
        ├── .deleteme
        ├── haxchi.elf
        ├── icon.png
        ├── meta.xml
        └── sd
            └── haxchi
                ├── bootDrcTex.tga
                ├── bootTvTex.tga
                ├── config.txt
                ├── iconTex.tga
                └── title.txt
vgmoose commented 7 years ago

Added in 2a73dc4!

New: