5 Commits

Author SHA1 Message Date
Brandon T. Kowalski 18af2b9b03 fix: rename MinUI distribution folder to Grout.pak
MinUI expects .pak naming convention for tools. Updated packaging,
CI zip creation, and updater launch script path.
2026-03-28 16:40:08 -04:00
Brandon T. Kowalski 1dd687ce73 feat: universal MinUI distribution with per-device input mappings
Ship both grout32 and grout64 in a single MinUI zip. The launch
script detects arch via uname and picks the right binary and libs.
Device detection (Miyoo/Anbernic/TrimUI) uses runtime.GOARCH and
/proc/bus/input/devices, following the same pattern as muOS. Adds
Anbernic joystick mapping reused from muOS.
2026-03-28 09:49:03 -04:00
pawndev ce6d250932 ci: package universal 2026-03-28 11:53:53 +01:00
pawndev aba9719579 build(spruce): New task organization 2026-03-28 11:26:05 +01:00
Brandon T. Kowalski 468352f79a refactor: restructure taskfile into separate includes 2026-03-28 00:39:24 -04:00