Skip to content

Commit 1d493a7

Browse files
committed
fix: update verification file paths and add migration state XML files
Signed-off-by: Mike Nguyen <[email protected]>
1 parent 060c20f commit 1d493a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

automatic/jdownloader/update.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Import-Module -Name 'au'
33

44
function global:au_SearchReplace {
55
@{
6-
'.\tools\VERIFICATION.txt' = @{
7-
'(?i)(checksum64:).*' = "`${1} $($Latest.Checksum64)"
6+
'.\legal\VERIFICATION.txt' = @{
7+
'(?i)(\s+checksum64:).*' = "`${1} $($Latest.Checksum64)"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)