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-08-10 15:09:15 +02:00
bld Tweak update installer to explicitly list needed files instead of excluding unneeded ones 2017-06-06 04:41:17 +02:00
Configuration Move GC reload options to SystemConfig 2017-08-05 19:27:20 +02:00
Core Remove unnecessary resx files and cleanup csproj 2017-08-10 15:09:15 +02:00
Data Rewrite unknown property handling in FileSerializer 2017-08-05 19:23:42 +02:00
lib/TweetLib.Audio Fuck CultureInfo some more and fix analysis violations (dispose pattern, lang features) 2017-07-07 23:53:04 +02:00
Plugins Fix magic number and add a comment 2017-07-30 19:02:30 +02:00
Properties Move sound notification handling to a separate library 2017-06-03 15:32:18 +02:00
Resources Fix another case in duplicate DM notifications 2017-08-10 13:46:13 +02:00
subprocess Fix subprocess NativeMethods to use pointers instead of value types 2017-07-07 23:58:45 +02:00
tests Fix image quality setting not working in columns with large previews 2017-08-09 18:48:36 +02:00
Updates Move some stuff from BrowserUtils to a new TwitterUtils class 2017-07-17 02:09:20 +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.8.5 2017-08-06 15:58:28 +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 Remove unnecessary resx files and cleanup csproj 2017-08-10 15:09:15 +02:00
TweetDuck.sln Move _postbuild.bat to an MSBuild target directly in the project file 2017-08-10 00:20:58 +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.