Use https instead of http
This commit is contained in:
parent
cd3e4ba7b7
commit
7c1d80e055
@ -1,4 +1,4 @@
|
||||
[settings]
|
||||
ignoreReqVers=1
|
||||
gayMode=0
|
||||
sigPatchesUrl=http://github.com/Huntereb/Awoo-Installer/releases/download/SignaturePatches/patches.zip
|
||||
sigPatchesUrl=https://github.com/Huntereb/Awoo-Installer/releases/download/SignaturePatches/patches.zip
|
||||
|
@ -6,7 +6,7 @@
|
||||
namespace inst::config {
|
||||
const std::string appDir = "sdmc:/switch/Awoo-Installer";
|
||||
const std::string configPath = appDir + "/config.ini";
|
||||
std::string sigPatchesUrl = "http://github.com/Huntereb/Awoo-Installer/releases/download/SignaturePatches/patches.zip";
|
||||
std::string sigPatchesUrl = "https://github.com/Huntereb/Awoo-Installer/releases/download/SignaturePatches/patches.zip";
|
||||
bool ignoreReqVers = true;
|
||||
bool gayMode = false;
|
||||
|
||||
|
Reference in New Issue
Block a user