- Own a TrimUI Brick or Smart Pro and have a SD Card with NextUI configured.
- Connect your device to a Wi-Fi network.
- Download the latest Pak Store release from this repo.
- Unzip the release download.
- If the unzipped folder name is
Pak.Store.pak
please rename it toPak Store.pak
.
- If the unzipped folder name is
- Copy the entire
Pak Store.pak
folder toSD_ROOT/Tools/tg5040
. - Reinsert your SD Card into your device.
- Launch
Pak Store
from theTools
menu and enjoy all the amazing Paks made by the community!
Awesome! To get added to Pak Store you have to complete the following steps:
- Create a
pak.json
file at the root of your repo. An example can be seen below. - Make sure your release is tagged properly and matches the version number in
pak.json
. - Make sure the file name of the release artifact matches what is in
pak.json
. - Once all of these steps are complete, please file an issue with a link to your repo.
{
"name": "Pak Store",
"version": "v1.0.1",
"type": "TOOL | EMU",
"description": "A Pak Store in this economy?!",
"author": "K-Wall",
"repo_url": "https://github.com/UncleJunVIP/nextui-pak-store",
"release_filename": "Pak.Store.pak.zip",
"changelog": {
"v1.0.0": "Upgraded the UI to use gabagool, my NextUI Pak UI Library!"
},
"update_ignore": [
"path/of/file/to/ignore"
],
"screenshots": [
".github/resources/screenshots/main_menu.jpg",
".github/resources/screenshots/browse.jpg",
".github/resources/screenshots/ports.jpg",
".github/resources/screenshots/portmaster_1.jpg",
".github/resources/screenshots/portmaster_2.jpg",
".github/resources/screenshots/updates.jpg",
".github/resources/screenshots/mortar_1.jpg",
".github/resources/screenshots/mortar_2.jpg",
".github/resources/screenshots/mortar_3.jpg"
],
"platforms": [
"tg5040"
]
}
Enjoy! ✌🏻