Use https instead of http

This commit is contained in:
Huntereb 2019-11-03 16:23:27 -05:00
parent cd3e4ba7b7
commit 7c1d80e055
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;