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

Commit 457f7e3

Browse files
committed
Update update url
1 parent ca1aeb8 commit 457f7e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

UpdateLib/TestApp/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ static void Main()
2424
Application.SetCompatibleTextRenderingDefault(false);
2525

2626
Updater.Instance
27-
//.ConfigureUpdateUrl("https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml")
28-
.ConfigureUpdateUrl("http://matthiware.dev/UpdateLib/Dev/updatefile.xml")
27+
.ConfigureUpdateUrl("https://raw.githubusercontent.com/MatthiWare/UpdateLib.TestApp.UpdateExample/master/Dev/updatefile.xml")
28+
//.ConfigureUpdateUrl("http://matthiware.dev/UpdateLib/Dev/updatefile.xml")
2929
.ConfigureLogger((logger) => logger.LogLevel = LoggingLevel.Debug)
3030
.ConfigureLogger((logger) => logger.Writers.Add(new ConsoleLogWriter()))
3131
.ConfigureLogger((logger) => logger.Writers.Add(new FileLogWriter()))

0 commit comments

Comments
 (0)