1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-21 06:15:47 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2017-07-04 22:01:33 +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 Add current PID into WindowsUtils.CurrentProcessID and use it 2017-06-30 17:07:37 +02:00
Core Fix tray restoration from another process if the original process is hung 2017-06-30 20:44:39 +02:00
lib/TweetLib.Audio Move sound notification handling to a separate library 2017-06-03 15:32:18 +02:00
Plugins Replace Math.Round calls with a more convenient custom method 2017-06-26 17:33:07 +02:00
Properties Move sound notification handling to a separate library 2017-06-03 15:32:18 +02:00
Resources Fix some modals not closing when pressing the back button 2017-07-04 22:01:33 +02:00
subprocess Make browser process LARGEADDRESSAWARE to fix crash with high memory usage 2017-05-28 03:33:09 +02:00
tests Fix new lines not being recognized in CEF argument parser 2017-06-27 20:28:55 +02:00
Updates Enable high DPI support and fix all known DPI-related UI issues 2017-06-26 17:08:51 +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 Fix tray restoration from another process if the original process is hung 2017-06-30 20:44:39 +02:00
README.md Update README.md 2017-05-08 22:38:34 +02:00
Reporter.cs Fix FormMessage not scaling well with high DPI 2017-06-29 02:21:39 +02:00
TweetDuck.csproj Add WindowsUtils.IsChildProcess to check process parent 2017-06-30 20:14:49 +02:00
TweetDuck.sln Move sound notification handling to a separate library 2017-06-03 15:32:18 +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.