Skip to content

Commit 2f1901d

Browse files
authored
Update wingetcreate.ps1
1 parent 3b378b1 commit 2f1901d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/wingetcreate.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ $dependency = @"
3535
# Remove existing top-level Dependencies block (if any), then insert ours
3636
3737
$content = $content -replace '(?m)^Dependencies:\r?\n([ ]+.+\r?\n)*', ''
38-
3938
$content = $content -replace '(?m)^Installers:', "$dependency`nInstallers:"
4039
4140
Set-Content -Path $installerManifest -Value $content

0 commit comments

Comments
 (0)