1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-08 20:34:05 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2017-03-20 02:23:00 +01:00
bld Make update installer download the portable version for portable installations 2017-03-10 16:52:09 +01:00
Configuration Rewrite handling of program arguments & add Program.RestartWithArgs 2017-03-18 12:57:42 +01:00
Core Make BrowserUtils.OpenExternalBrowser ignore empty urls 2017-03-19 10:13:24 +01:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Minor code refactoring, fix potential event memory leaks 2017-03-14 23:47:30 +01:00
Properties Add a unit test project 2017-01-16 19:36:29 +01:00
Resources Rewrite highlighted column & tweet handling, enable tweet context menu on likes and RTs 2017-03-20 02:23:00 +01:00
tests Add BrowserUtils.IsValidUrl for http(s)/ftp/mailto url checking with unit tests 2017-03-16 18:36:31 +01:00
Updates Add a validity check when opening URLs from the internet and plugins 2017-03-16 18:37:24 +01:00
_postbuild.bat Update build tools to remove/ignore .pdb files 2017-03-10 11:37:22 +01:00
.gitignore Add a portable installer that uses the full installer with a custom flag 2016-10-22 21:49:31 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
Program.cs Change default locale to an empty string instead of 'en', which was invalid anyway 2017-03-18 14:12:41 +01:00
README.md Update build guide in readme 2017-03-10 11:23:51 +01:00
Reporter.cs Move unhandled exception handler from Program to Reporter class 2016-11-19 03:11:37 +01:00
TweetDck.csproj Add a 'Restart with Arguments' button with a dialog to pick command line args 2017-03-18 15:51:40 +01:00
TweetDck.sln Add a unit test project 2017-01-16 19:36:29 +01:00
TweetDck.sln.DotSettings Add ReSharper code coverage settings and cleanup the test project 2017-01-16 20:56:36 +01:00

Build Instructions

The program was build using Visual Studio 2013. After opening the solution, make sure you have CefSharp.WinForms and Microsoft.VC120.CRT.JetBrains included - if not, download them using NuGet.

PM> Install-Package CefSharp.WinForms -Version 55.0.0
PM> Install-Package Microsoft.VC120.CRT.JetBrains

After building, run either _postbuild.bat if you want to package the files yourself, or bld/RUN BUILD.bat to generate installer files using Inno Setup. Do not run both files consecutively, otherwise the program will crash - if you want to do both, rebuild the project before running each file.

Built files are then available in bin/x86 and/or bin/x64, installer files are generated in bld/Output. If you decide to release a custom version publicly, please make it clear that it is not the original TweetDuck.