1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-11-24 20:42:49 +01:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-11-23 05:03:49 +01:00
bld Add an old TweetDeck profile detection & warning message to the full installer 2016-11-23 03:51:58 +01:00
Configuration Rewrite lock system to be more reliable and handle exceptions better 2016-11-19 05:57:55 +01:00
Core Add a -debugupdates command line argument to allow prereleases in update checker 2016-11-23 02:08:33 +01:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Fix plugin status not updating from new config after importing profile 2016-11-16 04:10:17 +01:00
Properties Add second tray icon for unread tweets when notifications are muted 2016-05-12 15:46:39 +02:00
Resources Add a -debugupdates command line argument to allow prereleases in update checker 2016-11-23 02:08:33 +01:00
Updates Fix update checker running outside of TweetDeck website 2016-11-23 04:55:58 +01:00
_postbuild.bat Remove d3dcompiler_43.dll that used to be required for Win XP 2016-09-26 16:16:20 +02: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 Release 1.5.1 2016-11-23 05:03:49 +01:00
README.md Update CefSharp to 53 and update the readme 2016-09-19 00:12:48 +02:00
Reporter.cs Move unhandled exception handler from Program to Reporter class 2016-11-19 03:11:37 +01:00
TweetDck.csproj Add a -debugupdates command line argument to allow prereleases in update checker 2016-11-23 02:08:33 +01:00
TweetDck.sln Remove everything TweetDick related 2016-09-18 23:24:11 +02: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. For CefSharp, you will need version 53 or newer currently available as a pre-release.

PM> Install-Package CefSharp.WinForms -Pre -Version 53.0.0-pre01
PM> Install-Package Microsoft.VC120.CRT.JetBrains

After building, run _postbuild.bat which deletes unnecessary files that CefSharp adds after post-build events >_>

Built files are then available in bin/x86 and/or bin/x64.