1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2024-11-24 20:42:49 +01:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2017-01-28 18:49:23 +01:00
bld Add an AppName suffix for portable and update installers 2017-01-28 18:49:14 +01:00
Configuration Rewrite custom sound notification to show an error message on failure instead of hiding it 2017-01-27 23:56:00 +01:00
Core Fix custom sound notification textbox not setting color when the control is created 2017-01-28 18:12:30 +01:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Fix plugin status not updating from new config after importing profile 2016-11-16 04:10:17 +01:00
Properties Add a unit test project 2017-01-16 19:36:29 +01:00
Resources Improve debug script for easier extendibility, add sound notification simulation 2017-01-27 21:48:57 +01:00
tests Add unit tests for CombinedFileStream 2017-01-17 02:33:47 +01:00
Updates Fix DismissedUpdate not being set after toggling updates 2017-01-27 16:21:36 +01:00
_postbuild.bat Add debug.js and implement notification simulation in it 2017-01-02 18:29:28 +01:00
.gitignore Add a portable installer that uses the full installer with a custom flag 2016-10-22 21:49:31 +02:00
LICENSE.md Rename LICENSE to LICENSE.md 2016-04-16 16:16:30 +02:00
Program.cs Release 1.6.3 2017-01-28 18:49:23 +01:00
README.md Update CefSharp version in README 2016-12-23 14:56:16 +01:00
Reporter.cs Move unhandled exception handler from Program to Reporter class 2016-11-19 03:11:37 +01:00
TweetDck.csproj Move TweetDeckBridge properties to a separate JS object 2017-01-27 16:13:17 +01: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 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 53 or newer currently available as a pre-release.

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

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.