Update README.md

Universal-Updater -> DarkStore
This commit is contained in:
Josh Shippam
2022-06-30 07:43:09 +01:00
committed by dark98
parent 8f65ca00a7
commit e1cf09be0a
+20 -39
View File
@@ -1,43 +1,37 @@
<p align="center"> <p align="center">
<a href="https://universal-team.net/projects/universal-updater.html"><img src="https://github.com/Universal-Team/Universal-Updater/blob/master/app/banner.png"></a><br> <a href="https://ds.dark98.co.uk"><img src="https://ds.dark98.co.uk/images/banner.png"></a><br>
<b>An easy to use app for installing and updating 3DS homebrew</b><br> <b>An easy to use app for downloading game backups</b><br>
<a href="https://universal-team.net/discord" style="padding-right: 5px;"> <a href="https://github.com/DarkStore-3DS/DarkStore/actions?query=workflow%3A%22Build+DarkStore%22" style="padding-left: 5px; padding-right: 5px;">
<img src="https://img.shields.io/badge/Discord%20Server-%23universal--updater-green.svg" alt="Discord Server"> <img src="https://github.com/DarkStore-3DS/DarkStore/workflows/Build%20DarkStore/badge.svg" height="20" alt="Build status on GitHub Actions">
</a> </a>
<a href="https://gbatemp.net/threads/release-universal-updater-a-universally-good-updater.551824/" style="padding-left: 5px; padding-right: 5px;">
<img src="https://img.shields.io/badge/GBAtemp-thread-blue.svg" height="20">
</a>
<a href="https://github.com/Universal-Team/Universal-Updater/actions?query=workflow%3A%22Build+Universal-Updater%22" style="padding-left: 5px; padding-right: 5px;">
<img src="https://github.com/Universal-Team/Universal-Updater/workflows/Build%20Universal-Updater/badge.svg" height="20" alt="Build status on GitHub Actions">
</a>
<a title="Crowdin" target="_blank" href="https://crowdin.com/project/universal-updater"><img src="https://badges.crowdin.net/universal-updater/localized.svg" alt="Translation status on Crowdin"></a>
</p> </p>
Universal-Updater is a homebrew application for the Nintendo 3DS with the intention to make downloading other homebrew simple and easy. No need to manually copy files or go through installation processes, as it does that all for you. WE DO NOT SUPPORT PIRACY! This Homebrew is for people who dont have access to the tools needed to dump their copy of the game.
DarkStore is a homebrew application for the Nintendo 3DS with the intention to make downloading game backups easy. No need to manually copy files or go through installation processes, as it does that all for you.
## Features ## Features
- A store format with a concept similar to the Cydia Repositories - A store format with a concept similar to the Cydia Repositories
- The default is [Universal-DB](https://db.universal-team.net) - The default is [DarkStore-Homebrew](https://ds.dark98.co.uk/store_content.php?store=homebrew)
- Want to add more? Go to settings, choose "Select Unistore", click the + icon and select one from the list, enter a URL, or scan a QR code - Want to add more? Go to settings, choose "Select Store", click the + icon and select one from the list, enter a URL, or scan a QR code
- Customization in sorting and display - Customization in sorting and display
- Several sorting keys: "Title", "Author", and "Last Updated" - Several sorting keys: "Title", "Author", and "Last Updated"
- Direction can be Ascending or Descending - Direction can be Ascending or Descending
- App display can be shown in either a grid or rows - App display can be shown in either a grid or rows
- Background installation so you can keep using the rest of the app while installing - Background downloads so you can keep using the rest of the app while downloading
- Searching and markings to make finding apps easy - Searching and markings to make finding games easy
- Viewing screenshots and release notes for apps - Viewing screenshots and release notes for games
- Shortcuts for easily updating frequently updated apps when using the Homebrew Launcher - Translations planned(Currently Only Supports English!)
- Translations for users of many languages - To request a new language, join our [Discord Server](https://discord.com/invite/eFE6ZqpczY) or contact a project manager on Crowdin
- To contribute to translations, join our [Crowdin project](https://crwd.in/universal-updater)
- To request a new language, join our [Discord Server](https://universal-team.net/discord) or contact a project manager on Crowdin
## Compilation ## Compilation
### Setting up your environment ### Setting up your environment
To build Universal-Updater from source, you will need to install devkitARM and some libraries. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run the following command to install everything you need: To build DarkStore from source, you will need to install devkitARM and some libraries. Follow devkitPro's [Getting Started](https://devkitpro.org/wiki/Getting_Started) page to install pacman, then run the following command to install everything you need:
``` ```
(sudo dkp-)pacman -S 3ds-dev 3ds-curl 3ds-bzip2 3ds-liblzma (sudo dkp-)pacman -S 3ds-dev 3ds-curl 3ds-bzip2 3ds-liblzma
``` ```
@@ -49,7 +43,7 @@ You will also need [bannertool](https://github.com/Steveice10/bannertool/release
To download the source you will need to clone the repository with submodules, this can be done by running: To download the source you will need to clone the repository with submodules, this can be done by running:
``` ```
git clone --recursive https://github.com/Universal-Team/Universal-Updater.git git clone --recursive https://github.com/DarkStore-3DS/DarkStore.git
``` ```
If you've already cloned it, you can use the following command to update all of the submodules: If you've already cloned it, you can use the following command to update all of the submodules:
@@ -63,23 +57,10 @@ Once you've cloned the repository (with submodules), simply run `make` in the ro
If you're testing in Citra, run `make citra` instead of just `make` to disable the Wi-Fi check. (Note: `source/utils/download.cpp` must be rebuilt for this to take affect, save the file if it's already been built) If you're testing in Citra, run `make citra` instead of just `make` to disable the Wi-Fi check. (Note: `source/utils/download.cpp` must be rebuilt for this to take affect, save the file if it's already been built)
## Screenshots ## DarkStore Credits
- [Dark98](https://github.com/Dark98) - Lead developer
<details><summary>Screenshots</summary> ## Universal-Updater Credits
![Entry info](https://db.universal-team.net/assets/images/screenshots/universal-updater/entry-info.png) ![Download list](https://db.universal-team.net/assets/images/screenshots/universal-updater/download-list.png)
![Queue menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/queue-menu.png) ![Search menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/search-menu.png)
![Sorting and Filters menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/sort-menu.png) ![Settings menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/settings-menu.png)
![Marking menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/mark-menu.png) ![Viewing a screenshot](https://db.universal-team.net/assets/images/screenshots/universal-updater/screenshot.png)
![Viewing release notes](https://db.universal-team.net/assets/images/screenshots/universal-updater/release-notes.png) ![The menu in list mode](https://db.universal-team.net/assets/images/screenshots/universal-updater/list-style.png)
![Language selection menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/language-selection.png) ![UniStore selection menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/store-selection.png)
![Recommended UniStores menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/recommended-unistores.png) ![="Auto-Update settings menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/auto-update-settings.png)
![GUI settings menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/gui-settings.png) ![Directory settings menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/directory-settings.png)
![Directory selection menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/directory-selection.png) ![Credits menu](https://db.universal-team.net/assets/images/screenshots/universal-updater/credits.png)
</details>
## Credits
- [SuperSaiyajinStackZ](https://github.com/SuperSaiyajinStackZ) - Lead developer, reworked quirc to C++ - [SuperSaiyajinStackZ](https://github.com/SuperSaiyajinStackZ) - Lead developer, reworked quirc to C++
- [Pk11](https://github.com/Epicpkmn11) - Mockup Designer, Website Maintainer - [Pk11](https://github.com/Epicpkmn11) - Mockup Designer, Website Maintainer