Skip to content

Commit

Permalink
update updater url
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 4, 2024
1 parent ff6ce41 commit aa2b85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DragonFruit.OnionFruit/Updater/VelopackUpdater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class VelopackUpdater : IOnionFruitUpdater, IHostedService, IDisposable
public VelopackUpdater(UpdateOptions options, ILogger<VelopackUpdater> logger)
{
_logger = logger;
_updateManager = new UpdateManager(new GithubSource("https://github.com/aspriddell/onionfruit-xplat", null, true), options);
_updateManager = new UpdateManager(new GithubSource("https://github.com/dragonfruitnetwork/onionfruit", null, true), options);
}

public OnionFruitUpdaterStatus Status
Expand Down

0 comments on commit aa2b85c

Please sign in to comment.