1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-09-21 14:42:47 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-08-13 13:20:13 +02:00
Configuration Fix missing default value for NotificationDurationValue causing crash with fresh install 2016-08-13 03:16:28 +02:00
Core Change the Reload context menu action to return to TD website 2016-08-12 22:30:36 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Migration Refactor some code and replace the only RichTextLabel use with Label 2016-07-04 03:53:44 +02:00
Plugins Fix unimplemented cache param in plugin bridge and clear cache on plugin reload 2016-08-10 16:53:26 +02:00
Properties Add second tray icon for unread tweets when notifications are muted 2016-05-12 15:46:39 +02:00
Resources Fix middle-clicking on certain user links opening the page in TweetDuck window 2016-08-13 03:26:00 +02:00
Updates Minor refactoring of ScriptLoader.ExecuteFile to generate identifier automatically 2016-06-30 15:34:54 +02:00
_postbuild.bat Rename the browser subprocess 2016-07-03 18:04:35 +02:00
.gitignore Prepare plugin git handling and build event scripts 2016-06-03 15:04:56 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
Program.cs Release 1.3.2 2016-08-13 13:20:13 +02:00
README.md Add VC++ 2013 redist libraries 2016-04-16 14:10:40 +02:00
TweetDck.csproj Add a very basic setting for custom CSS in browser and notifications 2016-08-10 15:45:56 +02:00
TweetDck.sln Rename the project and solution to TweetDck 2016-04-16 16:20:33 +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 49 or newer currently available as a pre-release.

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

TweetD*ck comes in two variants - TweetDick and TweetDuck. The solution includes both configurations under the names Release Dick and Release Duck, so make sure to select the correct one, or build both using Batch Build.

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.