Skip to content

Commit

Permalink
plugin: switch to OP/cactbot for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous committed Dec 21, 2023
1 parent 4c5cf21 commit a8baf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/CactbotEventSource/VersionChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Cactbot {
class VersionChecker {
private ILogger logger_ = null;

public const string kRepo = "quisquous/cactbot";
public const string kRepo = "OverlayPlugin/cactbot";
public const string kDownloadUrl = "https://github.com/{REPO}/releases/download/v{VERSION}/cactbot-{VERSION}.zip";

public VersionChecker(ILogger logger) {
Expand Down

0 comments on commit a8baf56

Please sign in to comment.