Skip to content

Commit

Permalink
Improve MSI features description
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Jul 11, 2024
1 parent e7796fe commit bb2ce0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wix/main.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@
<Feature
Id='FeatureMain'
Title='Stevedore'
Description='Installs CLI executables and license file.'
Description='Installs license file, CLI executables (docker, docker-compose, ctr, buildctl, nerdctl) and Docker plugins (buildx, compose).'
ConfigurableDirectory='INSTALLDIR'
AllowAdvertise='no'
Display='expand'
Expand All @@ -296,6 +296,7 @@
<Feature
Id='FeatureWincred'
Title='docker-credential-wincred'
Description='Installs docker-credential-wincred.'
AllowAdvertise='no'
Display='expand'>
<ComponentRef Id='wincred_Comp'/>
Expand Down

0 comments on commit bb2ce0a

Please sign in to comment.