Skip to content

Commit

Permalink
Merge pull request #182 from Zoullx/obs-ndi-auto-update
Browse files Browse the repository at this point in the history
OBS NDI: Update auto update url to point to renamed project
  • Loading branch information
flcdrg committed Aug 14, 2024
2 parents 08c3210 + 933c0f2 commit 40cc4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs-ndi/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ param (

$ErrorActionPreference = 'Stop'

$obsNdiUrl = 'https://api.github.com/repos/obs-ndi/obs-ndi/releases/latest'
$obsNdiUrl = 'https://api.github.com/repos/DistroAV/DistroAV/releases/latest'

function global:au_BeforeUpdate {
$Latest.Checksum32 = Get-RemoteChecksum -Url $Latest.Url32 -Algorithm 'SHA256'
Expand Down

0 comments on commit 40cc4bf

Please sign in to comment.