fix: update auto-updater URL from spawn-detection to master branch
This commit is contained in:
parent
cac8e96656
commit
278802c0af
2 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ namespace MosswartMassacre
|
||||||
{
|
{
|
||||||
public static class UpdateManager
|
public static class UpdateManager
|
||||||
{
|
{
|
||||||
private const string UPDATE_URL = "https://git.snakedesert.se/SawatoMosswartsEnjoyersClub/MosswartMassacre/raw/branch/spawn-detection/MosswartMassacre/bin/Release/MosswartMassacre.dll";
|
private const string UPDATE_URL = "https://git.snakedesert.se/SawatoMosswartsEnjoyersClub/MosswartMassacre/raw/branch/master/MosswartMassacre/bin/Release/MosswartMassacre.dll";
|
||||||
|
|
||||||
private static bool updateAvailable = false;
|
private static bool updateAvailable = false;
|
||||||
private static string remoteFileHash = string.Empty;
|
private static string remoteFileHash = string.Empty;
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue