diff --git a/OverlayPlugin.Updater/Updater.cs b/OverlayPlugin.Updater/Updater.cs index af520d049..ed3bc4f68 100644 --- a/OverlayPlugin.Updater/Updater.cs +++ b/OverlayPlugin.Updater/Updater.cs @@ -332,10 +332,10 @@ public static async void PerformUpdateIfNecessary(string pluginDirectory, TinyIo pluginDirectory = pluginDirectory, lastCheck = config.LastUpdateCheck, currentVersion = Assembly.GetExecutingAssembly().GetName().Version, - checkInterval = TimeSpan.FromMinutes(5), - repo = "ngld/OverlayPlugin", - downloadUrl = "https://github.com/{REPO}/releases/download/v{VERSION}/OverlayPlugin-{VERSION}.7z", - actPluginId = checkPreRelease ? 86 : 77, + repo = "OverlayPlugin/OverlayPlugin", + downloadUrl = "https://github.com/{REPO}/releases/download/v{VERSION}/OverlayPlugin-{VERSION}.zip", + strippedDirs = 1, + actPluginId = 86, }; await RunAutoUpdater(options, manualCheck);