1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-03 14:34:08 +02:00
A Windows Client for TweetDeck. Not affiliated with Twitter. https://tweetduck.chylex.com
Go to file
2017-03-25 14:40:28 +01:00
bld Cleanup gitignore and push missing 'RUN BUILD.bat' with updated README 2017-03-21 16:55:59 +01:00
Configuration Add a setting for non-intrusive popups to avoid accidental clicks 2017-03-21 00:11:13 +01:00
Core Move regexes in WindowsUtils into an inner class to delay their construction 2017-03-24 16:25:46 +01:00
Libraries Add license output and add CefSharp license 2016-04-12 17:02:59 +02:00
Plugins Refactor plugin events and config reloading, fix config reset not reloading plugins 2017-03-24 13:24:20 +01:00
Properties Add a unit test project 2017-01-16 19:36:29 +01:00
Resources Add checkbox support to edit-design plugin and delay theme change 2017-03-25 14:40:28 +01:00
tests Add BrowserUtils.ConvertPascalCaseToScreamingSnakeCase with unit tests 2017-03-21 18:56:22 +01:00
Updates Refactor UpdateHandler to not expose UpdaterSettings 2017-03-22 12:49:10 +01:00
_postbuild.bat Fix _postbuild.bat to not delete the subprocess exe when ran multiple times 2017-03-21 16:57:31 +01: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 Move packages.config to root and remove app.config 2017-03-20 13:44:18 +01:00
Program.cs Refactor plugin events and config reloading, fix config reset not reloading plugins 2017-03-24 13:24:20 +01:00
README.md Fix _postbuild.bat to not delete the subprocess exe when ran multiple times 2017-03-21 16:57:31 +01:00
Reporter.cs Fix button positioning in FormMessage 2017-03-23 20:34:56 +01:00
TweetDck.csproj Add plugin execution event with an error message if the script files fail to load 2017-03-23 15:33:32 +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.

PM> Install-Package CefSharp.WinForms -Version 55.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.