diff --git a/Freedomain Video Uploader.ahk b/Freedomain Video Uploader.ahk index 1626394..18f81a5 100644 --- a/Freedomain Video Uploader.ahk +++ b/Freedomain Video Uploader.ahk @@ -183,10 +183,10 @@ if(DiscordUsernameID = ""){ ;---Auto Updater Settings--- ;------------------------------------------------ global GitReleasesAPIURL -GitReleasesAPIURL = https://git.zinchuk.xyz/api/v1/repos/yuriy/Freedomain-Video-Uploader/releases +GitReleasesAPIURL = https://git.freedomainplaylists.com/api/v1/repos/yuriy/Freedomain-Video-Uploader/releases global GitReleasesLBRYKillerAPIURL -GitReleasesLBRYKillerAPIURL = https://git.zinchuk.xyz/api/v1/repos/yuriy/LBRY-Process-Killer/releases +GitReleasesLBRYKillerAPIURL = https://git.freedomainplaylists.com/api/v1/repos/yuriy/LBRY-Process-Killer/releases @@ -869,7 +869,7 @@ Return OpenGiteaPage: -run, https://git.zinchuk.xyz/yuriy/Freedomain-Video-Uploader +run, https://git.freedomainplaylists.com/yuriy/Freedomain-Video-Uploader Return CompileScript: @@ -4142,7 +4142,7 @@ if(!FileExist(LBRYKillerPath)){ ; Msgbox % "LBRYKillerPath: " LBRYKillerPath ; Msgbox % "LBRYProcessKillerURL: " LBRYProcessKillerURL LBRYKillerPath = %A_ScriptDir%\Lib\LBRY Process Killer.exe - LBRYKillerUpdateURL = https://git.zinchuk.xyz/attachments/7865dc8d-5aad-4f9f-8a30-94bab0192b1d + LBRYKillerUpdateURL = git.freedomainplaylists.com/attachments/7865dc8d-5aad-4f9f-8a30-94bab0192b1d UrlDownloadToFile, %LBRYKillerUpdateURL%, %LBRYKillerPath% ; msgbox, work?