integrate new extensions

This commit is contained in:
Akash Mozumdar 2021-01-30 16:42:29 -07:00
parent fcd735283d
commit 9e6f638488
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ extern const char* EXTEN_WINDOW_INSTRUCTIONS;
namespace
{
constexpr auto EXTEN_SAVE_FILE = u8"SavedExtensions.txt";
constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines";
constexpr auto DEFAULT_EXTENSIONS = u8"Remove Repeated Characters>Remove Repeated Phrases>Regex Filter>Copy to Clipboard>Bing Translate>Extra Window>Extra Newlines>Styler";
struct Extension
{

View File

@ -44,6 +44,7 @@ foreach ($language in @{
"Bing Translate",
"Copy to Clipboard",
"DeepL Translate",
"DevTools DeepL Translate",
"Extra Newlines",
"Extra Window",
"Google Translate",
@ -54,6 +55,7 @@ foreach ($language in @{
"Remove Repeated Phrases 2",
"Remove 30 Repeated Sentences",
"Replacer",
"Styler",
"Thread Linker"
))
{
@ -74,6 +76,8 @@ foreach ($arch in @("x86", "x64"))
"LocaleEmulator.dll",
"Qt5Core.dll",
"Qt5Gui.dll",
"Qt5Network.dll",
"Qt5WebSockets.dll",
"Qt5Widgets.dll",
"platforms",
"styles"