Skip to content

Commit e6aa46f

Browse files
Merge pull request #2 from PolyTech-Modding/gitea-https
Updated gitea URLs to https
2 parents b932af0 + b3a698f commit e6aa46f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

PolyTechMain.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using BepInEx;
1+
using BepInEx;
22
using BepInEx.Configuration;
33
using HarmonyLib;
44
using System;
@@ -104,7 +104,7 @@ public void Awake()
104104
enabledCheatTweaks = 0 + (forceCheat.Value ? 1 : 0) + (sandboxEverywhere.Value ? 1 : 0);
105105

106106
this.modCheated = false;
107-
this.repositoryUrl = "http://5124.mywire.org:5000/MoonlitJolteon/PolyTechFramework/";
107+
this.repositoryUrl = "https://5124.mywire.org:5002/MoonlitJolteon/PolyTechFramework/";
108108

109109
Harmony.CreateAndPatchAll(typeof(PolyTechMain));
110110

@@ -260,7 +260,7 @@ public static void checkForModUpdate(PolyTechMod plugin)
260260
client.Headers.Add("User-Agent", "Nothing");
261261

262262
// get latest release version
263-
string repoReleaseUri = "http://5124.mywire.org:5000/api/v1/repos" + new Uri(plugin.repositoryUrl).AbsolutePath + "releases";
263+
string repoReleaseUri = "https://5124.mywire.org:5002/api/v1/repos" + new Uri(plugin.repositoryUrl).AbsolutePath + "releases";
264264
string content;
265265
try
266266
{

0 commit comments

Comments
 (0)