replaced API calls to point to freedomain.dev

main
Yuriy 9 months ago
parent 6be4fac939
commit 108baea92e

@ -42,7 +42,7 @@ global UpdateVersionNumber
ScriptName = Freedomain Social Media Poster ScriptName = Freedomain Social Media Poster
ScriptVersion = 2.86 ScriptVersion = 2.87
FullScriptName := ScriptName . " " . ScriptVersion FullScriptName := ScriptName . " " . ScriptVersion
;---ToDo--- ;---ToDo---
@ -175,7 +175,7 @@ IniRead, TotalRunTime, %SettingsIniFilepath%, %ScriptSettingsSection%, TotalRunT
;------------------------------------------------ ;------------------------------------------------
global GitReleasesAPIURL global GitReleasesAPIURL
GitReleasesAPIURL =https://git.freedomainplaylists.com/api/v1/repos/yuriy/Freedomain-Social-Media-Poster/releases GitReleasesAPIURL = https://freedomain.dev/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 ; 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 ; Append informatio to ini files for Freedomain Program Updater
@ -667,7 +667,7 @@ run, "%A_ScriptFullPath%" "LastPost"
Return Return
OpenGiteaPage: OpenGiteaPage:
run, https://git.freedomainplaylists.com/yuriy/Freedomain_Social_Media_Poster run, https://freedomain.dev/yuriy/social-media-poster
Return Return
CompileScript: CompileScript:

Loading…
Cancel
Save