Skip to content
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.

Commit

Permalink
Update update url
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthiee committed May 30, 2017
1 parent ca1aeb8 commit 457f7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UpdateLib/TestApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static void Main()
Application.SetCompatibleTextRenderingDefault(false);

Updater.Instance
//.ConfigureUpdateUrl("https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml")
.ConfigureUpdateUrl("http://matthiware.dev/UpdateLib/Dev/updatefile.xml")
.ConfigureUpdateUrl("https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml")
//.ConfigureUpdateUrl("http://matthiware.dev/UpdateLib/Dev/updatefile.xml")
.ConfigureLogger((logger) => logger.LogLevel = LoggingLevel.Debug)
.ConfigureLogger((logger) => logger.Writers.Add(new ConsoleLogWriter()))
.ConfigureLogger((logger) => logger.Writers.Add(new FileLogWriter()))
Expand Down

0 comments on commit 457f7e3

Please sign in to comment.