Skip to content

Commit

Permalink
Merge pull request #11401 from keymanapp/feat/windows/remove-desktop-…
Browse files Browse the repository at this point in the history
…shortcut-install

feat(windows): Don't install desktop shortcut for Keyman for windows on installation
  • Loading branch information
rc-swag authored May 13, 2024
2 parents dbb3ddb + b87d2a0 commit e515ba0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion windows/src/desktop/inst/keymandesktop.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@

<Component>
<File Name="kmshell.exe" KeyPath="yes">
<Shortcut Id="desktopKeyman" Advertise="yes" Directory="DesktopFolder" Name="Keyman" WorkingDirectory='INSTALLDIR' Icon="appicon.ico" IconIndex="0" />
<Shortcut Id="startmenuKeyman" Advertise="yes" Directory="ProgramMenuDir" Name="Keyman" WorkingDirectory='INSTALLDIR' Icon="appicon.ico" IconIndex="0" />
<Shortcut Id="startmenuKeymanConfiguration" Advertise="yes" Directory="ProgramMenuDir" Arguments="-c" Name="Keyman Configuration" WorkingDirectory='INSTALLDIR' Icon="KMSHELL.ico" IconIndex="0" />
</File>
Expand Down

0 comments on commit e515ba0

Please sign in to comment.