1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-13 08:34:08 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2016-11-14 06:14:38 +01:00
bld Fix update installer creating Start Menu entry in portable mode (applied to 1.4.3) 2016-10-23 00:48:23 +02:00
Configuration Fix LockManager not finding correct process in debug 2016-10-18 15:48:55 +02:00
Core Move PluginEnvironment and PluginGroup to a separate Enums package 2016-11-14 05:08:18 +01:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Migration Make sure TweetDeck uninstaller runs elevated, add safety nets and shield icons to buttons 2016-10-20 04:23:48 +02:00
Plugins Update plugin config to use the data folder instead of plugin root 2016-11-14 06:14:38 +01:00
Properties Add second tray icon for unread tweets when notifications are muted 2016-05-12 15:46:39 +02:00
Resources Update plugin config to use the data folder instead of plugin root 2016-11-14 06:14:38 +01:00
Updates Replace calls to Program.Log 2016-09-20 16:39:31 +02:00
_postbuild.bat Remove d3dcompiler_43.dll that used to be required for Win XP 2016-09-26 16:16:20 +02: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 Add a PluginFolder enum and a plugin data root path to Program 2016-11-14 05:43:30 +01:00
README.md Update CefSharp to 53 and update the readme 2016-09-19 00:12:48 +02:00
Reporter.cs Add Reporter.HandleEarlyFailure for non-recoverable errors before Reporter is setup 2016-09-27 17:58:13 +02:00
TweetDck.csproj Add a PluginFolder enum and a plugin data root path to Program 2016-11-14 05:43:30 +01:00
TweetDck.sln Remove everything TweetDick related 2016-09-18 23:24:11 +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 53 or newer currently available as a pre-release.

PM> Install-Package CefSharp.WinForms -Pre -Version 53.0.0-pre01
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.