vgmoose

Results 129 comments of vgmoose

So it turns out this is pretty different than caching was implemented. I'd probably like to see this done by creating a touch file per app, and if the file...

It'd be nice to look at how other package managers handle this problem. For example, yum provides RPMs which all the files packaged in the directories that they install into....

[miniz](https://github.com/shinyquagsire23/woominstaller/blob/master/src/miniz.c) may be able to be used for this, per woominstaller Here's an example of the extraction: https://github.com/shinyquagsire23/woominstaller/blob/master/src/main.c#L374

@rw-r-r-0644 has added archive downloading in https://github.com/vgmoose/hbas/commit/3c65a18bc63e6563a16df75b9199698a59c7dc80, now the gen.py script needs to be updated to support packing other files into the folder. So for instance, for haxchi, the zip...

I keep waffling back and forth on this! (and talking to myself) Ignoring dependencies, in order to properly handle upgrade and delete, it seems like I will need to install...

You are both fast! That part of the readme was just added and is referring to an upcoming unreleased build, which can be downloaded from CI here: https://github.com/fortheusers/hb-appstore/actions/runs/3009555813 as either...

Can you try this build? https://github.com/fortheusers/hb-appstore/actions/runs/3018646768 Thanks for testing, there's three ways to exit the app: home menu -> exit, quit button (touch), pressing minus, and that last one should...

That is likely the behavior going forwards, as Aroma rolls out. This the mechanism that official Wii U apps use to exit (or that's my understanding).

Does the D-pad thing still occur in this build? https://github.com/fortheusers/hb-appstore/actions/runs/3043040002 Currently trying to resolve the exiting issue. It is likely a result of some file handle that was left open.

Thanks! There are unreleased commits, however most of the ones made prior to last week were 3ds/wii related rather than switch/wiiu related. For the more recent changes, we're currently working...