1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-09-21 05:42:46 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2017-09-05 22:55:32 +02:00
bld Remove license screen from installers 2017-08-12 03:15:51 +02:00
Configuration Replace 'new EventArgs()' with 'EventArgs.Empty' 2017-09-01 14:34:23 +02:00
Core Fix some twitter links (/signup, /tos, /privacy) having context menu for accounts 2017-09-05 22:43:07 +02:00
Data Fix typo in error message in FileSerializer 2017-08-30 20:34:02 +02:00
lib Bump project and plugin versions 2017-08-30 16:51:53 +02:00
Plugins Fix 'Restore Defaults' not resetting plugin status and import/reset not closing Plugins form 2017-08-30 21:34:12 +02:00
Properties Remove Program.VersionFull and refactor plugin version checks 2017-08-21 18:47:26 +02:00
Resources Fix login page links opening in the app instead of external browser 2017-09-05 22:32:11 +02:00
subprocess Bump project and plugin versions 2017-08-30 16:51:53 +02:00
tests Add a privacy warning when opening a t.co link in case the bypass fails 2017-09-02 13:47:43 +02:00
Updates Fix unsealed classes 2017-08-28 18:46:14 +02:00
video Set volume slider SmallChange to 1 and increase width of video player volume slider 2017-08-30 21:00:11 +02:00
.gitignore Cleanup gitignore and push missing 'RUN BUILD.bat' with updated README 2017-03-21 16:55:59 +01:00
LICENSE.md Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
packages.config Update CefSharp to 57 2017-05-08 22:21:49 +02:00
Program.cs Release 1.9.1 2017-09-05 22:55:32 +02:00
README.md Move _postbuild.bat to an MSBuild target directly in the project file 2017-08-10 00:20:58 +02:00
Reporter.cs Replace all MessageBox.Show calls with FormMessage 2017-07-09 03:50:04 +02:00
TweetDuck.csproj Fix upload dialog to include 'All Supported Formats' instead of separating them 2017-09-02 20:51:58 +02:00
TweetDuck.sln Move TweetDuck.Video project folder 2017-08-22 08:13:49 +02:00
TweetDuck.sln.DotSettings Rename root namespace to TweetDuck 2017-05-17 13:00:17 +02:00

Build Instructions

The program was built using Visual Studio 2017. 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 57.0.0
PM> Install-Package Microsoft.VC120.CRT.JetBrains

When building the Release configuration, the folder will only contain files intended for distribution (no debug symbols or other unnecessary files). You may package the files yourself, or use bld/RUN BUILD.bat to generate installer files using Inno Setup (make sure the Inno Setup binaries are on your PATH).

Built files are available in bin/x86, 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.