From eb88008256d385aac9190ad537f83b6e813d50da Mon Sep 17 00:00:00 2001
From: Jesusaves <cpntb1@ymail.com>
Date: Mon, 10 May 2021 00:35:43 -0300
Subject: Fix broken URL

---
 .gitignore    | 1 +
 game/core.rpy | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ccba47b..1b53e31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ lib/
 renpy/
 Mana-Launcher.sh
 Mana-Launcher.py
+Mana-Launcher.exe
 steam_appid.txt
 
 # Logs
diff --git a/game/core.rpy b/game/core.rpy
index 215a719..e1095d2 100644
--- a/game/core.rpy
+++ b/game/core.rpy
@@ -53,7 +53,7 @@ init -3 python:
         VAULT_CERT = "http://localhost/launcher/cert.pem"
     else:
         VAULT_HOST = "http://api.tmw2.org:13370"
-        VAULT_CERT = "http://tmw2.org/launcher/cert.pem"
+        VAULT_CERT = "https://tmw2.org/launcher/cert.pem"
     #############################################################################
 
     # Encodes something to md5
-- 
cgit v1.2.3-70-g09d2