mirror of
https://github.com/Huntereb/Awoo-Installer
synced 2024-11-10 14:14:21 +00:00
Up version
This commit is contained in:
parent
48ab553118
commit
bca8a71b1d
2 changed files with 2 additions and 2 deletions
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
|
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_TITLE := Awoo Installer
|
||||||
APP_AUTHOR := Huntereb & Behemoth
|
APP_AUTHOR := Huntereb & Behemoth
|
||||||
APP_VERSION := 1.1.0
|
APP_VERSION := 1.2.0
|
||||||
ROMFS := romfs
|
ROMFS := romfs
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
namespace inst::config {
|
namespace inst::config {
|
||||||
static const std::string appDir = "sdmc:/switch/Awoo-Installer";
|
static const std::string appDir = "sdmc:/switch/Awoo-Installer";
|
||||||
static const std::string configPath = appDir + "/config.ini";
|
static const std::string configPath = appDir + "/config.ini";
|
||||||
static const std::string appVersion = "1.1.0";
|
static const std::string appVersion = "1.2.0";
|
||||||
static const std::string gAuthKey = {0x41,0x49,0x7a,0x61,0x53,0x79,0x42,0x4d,0x71,0x76,0x34,0x64,0x58,0x6e,0x54,0x4a,0x4f,0x47,0x51,0x74,0x5a,0x5a,0x53,0x33,0x43,0x42,0x6a,0x76,0x66,0x37,0x34,0x38,0x51,0x76,0x78,0x53,0x7a,0x46,0x30};
|
static const std::string gAuthKey = {0x41,0x49,0x7a,0x61,0x53,0x79,0x42,0x4d,0x71,0x76,0x34,0x64,0x58,0x6e,0x54,0x4a,0x4f,0x47,0x51,0x74,0x5a,0x5a,0x53,0x33,0x43,0x42,0x6a,0x76,0x66,0x37,0x34,0x38,0x51,0x76,0x78,0x53,0x7a,0x46,0x30};
|
||||||
|
|
||||||
extern std::string sigPatchesUrl;
|
extern std::string sigPatchesUrl;
|
||||||
|
|
Loading…
Reference in a new issue