1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-10-17 09:42:45 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-09-18 21:49:41 +02:00
Configuration Remove redundant 'using' directives 2016-09-04 04:53:37 +02:00
Core Hopefully fix an occasional crash when importing session and restarting 2016-09-18 21:48:40 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Migration Add a TweetDick warning and migration prompt 2016-09-18 19:41:37 +02:00
Plugins Rewrite Plugin default config handling and config error reporting 2016-09-18 20:29:31 +02:00
Properties Add second tray icon for unread tweets when notifications are muted 2016-05-12 15:46:39 +02:00
Resources Update reply-account plugin metadata and default config warning 2016-09-18 20:29:49 +02:00
Updates Add unsupported system notification 2016-09-04 20:30:35 +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 Increase process close timeouts to 20 seconds from 10 2016-09-18 21:49:41 +02:00
README.md Add CefSharp version to NuGet instructions 2016-09-12 14:29:48 +02:00
TweetDck.csproj Remove lnk updater from the TweetDeck migration system 2016-09-05 21:25:25 +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 -Version 49.0.0-pre02
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.