Skip to content

Commit

Permalink
(musecore) Remove download location replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm committed Jan 2, 2024
1 parent 612a2df commit 9b7e901
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions automatic/musescore/update.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Import-Module AU
Import-Module AU

$releases = 'https://musescore.org/en/download/musescore.msi'

Expand All @@ -7,7 +7,6 @@ function global:au_BeforeUpdate { Get-RemoteFiles -Purge -NoSuffix }
function global:au_SearchReplace {
@{
".\legal\VERIFICATION.txt" = @{
"(?i)(^\s*location on\:?\s*)\<.*\>" = "`${1}<$releases>"
"(?i)(\s*1\..+)\<.*\>" = "`${1}<$($Latest.URL32)>"
"(?i)(^\s*checksum\s*type\:).*" = "`${1} $($Latest.ChecksumType32)"
"(?i)(^\s*checksum(32)?\:).*" = "`${1} $($Latest.Checksum32)"
Expand Down Expand Up @@ -36,4 +35,4 @@ function global:au_GetLatest {
}
}

update -ChecksumFor none
update -ChecksumFor none

0 comments on commit 9b7e901

Please sign in to comment.