Skip to content

Commit

Permalink
Change update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
nrgill28 committed May 24, 2023
1 parent 96878c5 commit 44e09cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/MeatKit/Editor/Updater/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace MeatKit
public static class Updater
{
public const string UpdatePackageName = "MeatKitUpdate.unitypackage";
public const string UpdateUrl = "https://api.github.com/repos/nrgill28/TestRepoPleaseIgnore/releases";
public const string UpdateUrl = "https://api.github.com/repos/H3VR-Modding/MeatKit/releases";

public static bool CheckingForUpdate { get; private set; }
private static bool AllowPreReleases { get; set; }
Expand Down

0 comments on commit 44e09cd

Please sign in to comment.