1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-07 17:34:06 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-04-15 23:24:21 +02:00
Configuration Add upgrade mechanism for config file 2016-04-15 16:02:17 +02:00
Core Add Save image as... option to context menu 2016-04-15 23:04:28 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Migration Change namespace to TweetDck 2016-04-15 13:23:40 +02:00
Properties Change namespace to TweetDck 2016-04-15 13:23:40 +02:00
Resources Open browser when clicking on a "gif" (actually mp4) 2016-04-15 23:24:21 +02:00
_postbuild.bat Add a post-build batch file to delete unwanted files from the release folders 2016-04-12 18:07:37 +02:00
.gitignore Initial commit 2016-04-09 14:58:23 +02:00
LICENSE Initial commit 2016-04-09 14:58:23 +02:00
Program.cs Add BrowserUtils with header getters and OpenExternalBrowser method 2016-04-15 22:42:35 +02:00
README.md Create README.md 2016-04-15 14:05:45 +02:00
TweetDick.csproj Add BrowserUtils with header getters and OpenExternalBrowser method 2016-04-15 22:42:35 +02:00
TweetDick.sln Fix building configuration and redo assembly name 2016-04-12 02:14:31 +02:00

Build Instructions

The program was build using Visual Studio 2013. After opening the solution, make sure you have CefSharp.WinForms included - if not, download it using NuGet. You will need version 49 or newer, currently available as a pre-release:

PM> Install-Package CefSharp.WinForms -Pre

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.