Skip to content

Commit

Permalink
plugin: switch to OP/cactbot for updates (#6058)
Browse files Browse the repository at this point in the history
  • Loading branch information
quisquous authored Dec 21, 2023
1 parent c9741ac commit d144154
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -146,7 +146,7 @@ public async void DoUpdateCheck(CactbotEventSourceConfig config) {
repo = kRepo,
downloadUrl = kDownloadUrl,
strippedDirs = 2,
actPluginId = 78,
actPluginId = 97,
};

await Updater.RunAutoUpdater(options);
Expand Down

0 comments on commit d144154

Please sign in to comment.