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-28 18:12:34 +02:00
bld Fuck you and your stupid cmd line MS 2017-05-24 13:20:41 +02:00
Configuration Make hardware acceleration setting use a new system config file 2017-05-24 14:06:10 +02:00
Core Add a function to code.js that checks if an object contains a nested property 2017-05-24 18:52:55 +02:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Remove old plugin config migration code 2017-05-27 13:30:57 +02:00
Properties Rename root namespace to TweetDuck 2017-05-17 13:00:17 +02:00
Resources Fix one pixel line between column header and content 2017-05-26 16:34:42 +02:00
subprocess Make browser process LARGEADDRESSAWARE to fix crash with high memory usage 2017-05-28 03:33:09 +02:00
tests Rename root namespace to TweetDuck 2017-05-17 13:00:17 +02:00
Updates Rewrite update system to predownload update installers 2017-05-17 18:21:06 +02:00
_postbuild.bat Make browser subprocess a custom project with custom assembly info 2017-05-17 00:54:15 +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.7.7 2017-05-28 18:12:34 +02:00
README.md Update README.md 2017-05-08 22:38:34 +02:00
Reporter.cs Rename root namespace to TweetDuck 2017-05-17 13:00:17 +02:00
TweetDuck.csproj Make hardware acceleration setting use a new system config file 2017-05-24 14:06:10 +02:00
TweetDuck.sln Rename root namespace to TweetDuck 2017-05-17 13:00:17 +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

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.