Skip to content

Commit efb9ade

Browse files
committed
Adjust the priority of the WIX extraction tool
1 parent 5dd71d4 commit efb9ade

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/depends.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function Get-OutdatedHelper {
173173
7zip | 7zip
174174
lessmsi | lessmsi
175175
innounp | innounp-unicode/innounp
176-
dark | wixtoolset/dark
176+
dark | dark/wixtoolset
177177
#>
178178
[CmdletBinding()]
179179
[OutputType([Object[]])]
@@ -205,7 +205,7 @@ function Get-OutdatedHelper {
205205
'7zip' { '7zip' }
206206
'lessmsi' { 'lessmsi' }
207207
'innounp' { if (installed 'innounp-unicode') { 'innounp-unicode' } else { 'innounp' } }
208-
'dark' { if (installed 'wixtoolset') { 'wixtoolset' } else { 'dark' } }
208+
'dark' { if (installed 'dark') { 'dark' } else { 'wixtoolset' } }
209209
default { $null }
210210
}
211211

0 commit comments

Comments
 (0)