Up version
This commit is contained in:
parent
2bcdb1debc
commit
6325986435
2
Makefile
2
Makefile
@ -44,7 +44,7 @@ DATA := data
|
||||
INCLUDES := include include/ui include/data include/install include/nx include/nx/ipc include/util include/Plutonium/Plutonium/Output-switch/include
|
||||
APP_TITLE := Awoo Installer
|
||||
APP_AUTHOR := Huntereb & Behemoth
|
||||
APP_VERSION := 1.3.0
|
||||
APP_VERSION := 1.3.1
|
||||
ROMFS := romfs
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Awoo Installer
|
||||
A No-Bullshit NSP, NSZ, XCI, and XCZ Installer for Nintendo Switch
|
||||
|
||||
![Awoo Installer Main Menu](https://i.imgur.com/EsCfQvH.jpg)
|
||||
![Awoo Installer Main Menu](https://i.imgur.com/pDcJFqe.jpg)
|
||||
|
||||
## Features
|
||||
- Installs NSP/NSZ/XCI/XCZ files and split NSP/XCI files from your SD card
|
||||
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [ns-usbloader](https://github.com/developersu/ns-usbloader)
|
||||
- Installs NSP/NSZ/XCI/XCZ files over LAN or USB from tools such as [NS-USBloader](https://github.com/developersu/ns-usbloader)
|
||||
- Installs NSP/NSZ/XCI/XCZ files over the internet by URL or Google Drive
|
||||
- Verifies NCAs by header signature before they're installed
|
||||
- Installs and manages the latest signature patches quickly and easily
|
||||
|
@ -5,7 +5,7 @@
|
||||
namespace inst::config {
|
||||
static const std::string appDir = "sdmc:/switch/Awoo-Installer";
|
||||
static const std::string configPath = appDir + "/config.json";
|
||||
static const std::string appVersion = "1.3.0";
|
||||
static const std::string appVersion = "1.3.1";
|
||||
|
||||
extern std::string gAuthKey;
|
||||
extern std::string sigPatchesUrl;
|
||||
|
Reference in New Issue
Block a user