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-05-16 21:18:22 +02:00
bld Tweak update installer to take CEF version from the file instead of hardcoding it 2017-04-03 18:51:02 +02:00
Configuration Add an option to toggle Shift key switch in account selectors 2017-04-28 20:06:53 +02:00
Core Prevent notification windows from showing in Alt+Tab menu on Win 8/10 2017-05-16 02:04:43 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Move plugin config into a separate file 2017-04-28 17:29:08 +02:00
Properties Remove and sort usings in the whole project 2017-04-28 13:51:06 +02:00
Resources Make bottom scrollbar slightly taller when rounded scrollbars are disabled 2017-05-16 21:18:15 +02:00
tests Update TweetDuck codebase to C# 7.0 2017-04-28 13:29:45 +02:00
Updates Remove and sort usings in the whole project 2017-04-28 13:51:06 +02:00
_postbuild.bat Fix _postbuild.bat to not delete the subprocess exe when ran multiple times 2017-03-21 16:57:31 +01: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.7.5 2017-05-16 21:18:22 +02:00
README.md Update README.md 2017-05-08 22:38:34 +02:00
Reporter.cs Fix some dialogs not having default enter/escape actions 2017-03-30 23:24:00 +02:00
TweetDck.csproj Update CefSharp to 57 2017-05-08 22:21:49 +02:00
TweetDck.sln Add a unit test project 2017-01-16 19:36:29 +01:00
TweetDck.sln.DotSettings Add ReSharper code coverage settings and cleanup the test project 2017-01-16 20:56:36 +01: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

After building, run either _postbuild.bat if you want to package the files yourself, or bld/RUN BUILD.bat to generate installer files using Inno Setup (make sure the Inno Setup binaries are on your PATH).

Built files are then 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.