Added squirrel autobuild.

This commit is contained in:
Patrick Fic
2020-11-24 11:28:58 -08:00
parent 6d4d6f0a16
commit 6fc24c08a6
5 changed files with 44 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ namespace BodyshopPartner.Utils
{
private static NLog.Logger logger = NLog.LogManager.GetCurrentClassLogger();
public const string UpdatePath = @"https://bodyshop.snapt.ca";
public const string UpdatePath = @"https://update.partner.imex.online";
public static async Task<bool> AreUpdatesAvailable()
{