Skip to content

Commit 0b60a4c

Browse files
committed
fixed githubsource
1 parent 3f9fad8 commit 0b60a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Meowlicious/Utils/AutoUpdater.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
using System.Threading.Tasks;
22
using Velopack;
3+
using Velopack.Sources;
34

45
namespace Meowlicious.Utils
56
{
67
public class AutoUpdater
78
{
8-
public static UpdateManager UpdateManager = new(Constants.GitHubRepoUrl);
9+
public static UpdateManager UpdateManager = new UpdateManager(new GithubSource(Constants.GitHubRepoUrl, null, false));
910
public static UpdateInfo? NewVersion;
1011
public static bool UpdateAvailable => NewVersion != null;
1112

0 commit comments

Comments
 (0)