Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1319 from Necrobot-Private/bug_fix/auto_updater_b…
Browse files Browse the repository at this point in the history
…intray

Fix download url for BinTray
  • Loading branch information
jjskuld authored Mar 19, 2017
2 parents 524ca38 + 2a5b64a commit a9c65d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/State/VersionCheckState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class VersionCheckState : IState
"https://api.github.com/repos/Necrobot-Private/NecroBot/releases/latest";

public const string RemoteReleaseUrl =
"https://dl.bintray.com/necrobot-private/NecroBot2/:"; // Note that this url ends with a colon on purpose.
"https://bintray.com/necrobot-private/NecroBot2/download_file?file_path=";

public static Version RemoteVersion;

Expand Down

0 comments on commit a9c65d8

Please sign in to comment.