Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
fix(install): fix autostart and shortcuts
Browse files Browse the repository at this point in the history
fix #75
  • Loading branch information
mriedmann committed Mar 14, 2023
1 parent 2cdf50a commit 1681708
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions msi/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<ComponentGroup Id="ProductComponents" Directory="SCRIPTSFOLDER">
<Component Id="DockerWslScriptComponent" Guid="{7CF4D26F-D8FC-41B1-9964-CFF22E0387A4}" Win64="yes">
<RegistryValue Root="HKCU" Key="Software\DockerInWSL" Name="scripts" Type="integer" Value="1" KeyPath="yes"/>
<File Source="scripts\docker-wsl.bat"></File>
<File Source="scripts\docker-wsl.bat" Id="DOCKERWSL.BAT"></File>
<File Source="scripts\docker-wsl-control.ps1"></File>
<File Source="scripts\docker.bat" Id="DOCKERWSL.BAT"></File>
<File Source="scripts\docker.bat"></File>
<File Source="scripts\docker-compose.bat"></File>
<File Source="scripts\docker"></File>
<File Source="scripts\docker-compose"></File>
Expand Down

0 comments on commit 1681708

Please sign in to comment.