Skip to content

Commit

Permalink
WinGui: Fix shortcut creation in the new installer.
Browse files Browse the repository at this point in the history
  • Loading branch information
sr55 committed Apr 4, 2020
1 parent ac9818a commit 854c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win/CS/HandBrake.Installer/Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
<Component Id="AppShortcuts" Win64="yes">

<!-- Shortcuts for the shell -->
<Shortcut Id="SCUT_Shortcuts_Shell" Name="HandBrake" Target="[INSTALLFOLDER]HandBrake.exe">
<Shortcut Id="SCUT_Shortcuts_Shell" Name="HandBrake" Target="[#HandBrake.exe]" WorkingDirectory="APPLICATIONROOTDIRECTORY">
<!--AUMID-->
<ShortcutProperty Key="System.AppUserModel.ID" Value="HandBrakeTeam.HandBrake"/>
<!--COM CLSID-->
Expand Down

0 comments on commit 854c701

Please sign in to comment.