From 87160511ed1a28fb94c18b78095446a5031c39f7 Mon Sep 17 00:00:00 2001 From: yuriy Date: Wed, 2 Aug 2023 22:08:41 -0400 Subject: [PATCH] Added ability to use custom chrome filepath for Chrome --- Freedomain Social Media Poster.ahk | 1 + Lib/Freedomain-Posters-Shared-Functions | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index d24b82f..38a20a3 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -131,6 +131,7 @@ IniRead, TelegramBotToken, %SettingsIniFilepath%, SocialMediaPoster, TelegramBot IniRead, TelegramBotChatID, %SettingsIniFilepath%, SocialMediaPoster, TelegramBotChatID, %A_Space% IniRead, DiscordErrorLoggingWebhookBotURL, %SettingsIniFilepath%, SocialMediaPoster, DiscordErrorLoggingWebhookBotURL, %A_Space% IniRead, DiscordParlerWebhookURL, %SettingsIniFilepath%, SocialMediaPoster, DiscordParlerWebhookURL, %A_Space% +IniRead, ChromeFilepath, %SettingsIniFilepath%, SocialMediaPoster, ChromeFilepath, %A_Space% diff --git a/Lib/Freedomain-Posters-Shared-Functions b/Lib/Freedomain-Posters-Shared-Functions index 5d0932c..3620e37 160000 --- a/Lib/Freedomain-Posters-Shared-Functions +++ b/Lib/Freedomain-Posters-Shared-Functions @@ -1 +1 @@ -Subproject commit 5d0932c150c12c60e7b26e4db141487caec05b22 +Subproject commit 3620e37e454b9a10ef2665d4f03ddfcc4c8e3dd6