1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 05:34:05 +02:00

Update TweetDuck website to https

This commit is contained in:
chylex 2016-09-26 16:31:06 +02:00
parent 8d0fa030f8
commit ba31f7ae01

View File

@ -19,7 +19,7 @@
namespace TweetDck{
static class Program{
public const string BrandName = "TweetDuck";
public const string Website = "http://tweetduck.chylex.com";
public const string Website = "https://tweetduck.chylex.com";
public const string BrowserSubprocess = BrandName+".Browser.exe";