We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 060c20f commit 1d493a7Copy full SHA for 1d493a7
automatic/jdownloader/update.ps1
@@ -3,8 +3,8 @@ Import-Module -Name 'au'
3
4
function global:au_SearchReplace {
5
@{
6
- '.\tools\VERIFICATION.txt' = @{
7
- '(?i)(checksum64:).*' = "`${1} $($Latest.Checksum64)"
+ '.\legal\VERIFICATION.txt' = @{
+ '(?i)(\s+checksum64:).*' = "`${1} $($Latest.Checksum64)"
8
}
9
10
0 commit comments