Skip to content
This repository has been archived by the owner on Mar 12, 2022. It is now read-only.

Commit

Permalink
temp: only download internal builds
Browse files Browse the repository at this point in the history
see #70
  • Loading branch information
Nadromar committed Apr 4, 2019
1 parent 5b979a0 commit 47f51f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiTablePro/Updater.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ internal static void Run(bool force = false)
try
{
AutoUpdater.ParseUpdateInfoEvent += AutoUpdaterOnParseUpdateInfoEvent;
AutoUpdater.Start("https://multitablepro.com/api/get_latest_version/multitable-pro/release", Assembly.GetExecutingAssembly());
AutoUpdater.Start("https://multitablepro.com/api/get_latest_version/multitable-pro/internal", Assembly.GetExecutingAssembly());
if (force)
AutoUpdater.ReportErrors = true;
}
Expand Down

0 comments on commit 47f51f1

Please sign in to comment.