Up version
This commit is contained in:
parent
e15331b7a1
commit
8919dad2f5
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.3
|
||||
APP_VERSION := 1.3.4
|
||||
ROMFS := romfs
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
@ -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.3";
|
||||
static const std::string appVersion = "1.3.4";
|
||||
|
||||
extern std::string gAuthKey;
|
||||
extern std::string sigPatchesUrl;
|
||||
|
Reference in New Issue
Block a user