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 3b378b1 commit 2f1901dCopy full SHA for 2f1901d
1 file changed
.github/workflows/wingetcreate.ps1
@@ -35,7 +35,6 @@ $dependency = @"
35
# Remove existing top-level Dependencies block (if any), then insert ours
36
37
$content = $content -replace '(?m)^Dependencies:\r?\n([ ]+.+\r?\n)*', ''
38
-
39
$content = $content -replace '(?m)^Installers:', "$dependency`nInstallers:"
40
41
Set-Content -Path $installerManifest -Value $content
0 commit comments