diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 57b8126..2d28868 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -340,7 +340,7 @@ if(TestingMode){ ; Easy testing for Yuriy ; check for updates if the setting is enabled if(AutoUpdateCheck AND !SkipUpdateCheckThisRun){ - CheckForUpdates() + CheckForUpdates(GitReleasesAPIURL) }