From fd8292a73327b7acfa9fecd4a1feb8544ba7f597 Mon Sep 17 00:00:00 2001 From: Yuriy Date: Fri, 27 Jan 2023 17:39:38 -0500 Subject: [PATCH] Fixed API url with new gitea URL --- Freedomain Social Media Poster.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Freedomain Social Media Poster.ahk b/Freedomain Social Media Poster.ahk index 4ab7736..08f6e47 100644 --- a/Freedomain Social Media Poster.ahk +++ b/Freedomain Social Media Poster.ahk @@ -173,7 +173,7 @@ UpdateURL = https://freedomainplaylists.com/wp-content/FreedomainScripts/Freedom */ global GitReleasesAPIURL -GitReleasesAPIURL = https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster/releases +GitReleasesAPIURL = https://git.zinchuk.xyz/api/v1/repos/yuriy/Freedomain-Social-Media-Poster/releases ; Save filepath of the current script to %SettingsIniFilepath% so it can be read and used by the script updater ; Append informatio to ini files for Freedomain Program Updater @@ -622,7 +622,7 @@ run, "%A_ScriptFullPath%" "LastPost" Return OpenGiteaPage: -run, https://git.zinchuk.xyz/yuriy/Freedomain-Social-Media-Poster +run, https://git.zinchuk.xyz/yuriy/Freedomain_Social_Media_Poster Return CompileScript: