Skip to content

Commit

Permalink
Fix MSI build
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jun 13, 2024
1 parent d806445 commit aca2e03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,6 @@
<Component Id='bin_Comp' Guid='e68f9ac8-53cc-378f-8c95-589bab7d0b21'>
<File Source='target\$(var.Profile)\docker\docker.exe'/>
<File Source='target\$(var.Profile)\docker\docker-proxy.exe'/>
<Component Id='wincred_Comp' Guid='ba2e5ab3-320e-4187-8821-66ad87f61a33'>
<File Source='target\$(var.Profile)\docker-credential-wincred.exe'/>
</Component>
<File Id='docker_compose_v1.exe' Name="docker-compose.exe"
Source='target\$(var.Profile)\docker-compose.exe'/>
<Environment Id="PATH"
Expand All @@ -175,6 +172,9 @@
Permanent="no"
System="yes"/>
</Component>
<Component Id='wincred_Comp' Guid='ba2e5ab3-320e-4187-8821-66ad87f61a33'>
<File Source='target\$(var.Profile)\docker-credential-wincred.exe'/>
</Component>
</Directory>
</Directory>
<Directory Id="Docker" Name="Docker">
Expand Down

0 comments on commit aca2e03

Please sign in to comment.