1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Use ShortcutProperty Key="System.AppUserModel.ID" only for primary launcher (as to avoid Start Menu item coalescing)

This commit is contained in:
Reinhard Pointner 2018-07-19 02:20:17 +07:00
parent 822fcfe81a
commit 4211f92c18

View File

@ -25,15 +25,11 @@
</File> </File>
<File Id='filebot.platform.launcher.exe' Name='filebot.platform.launcher.exe' Source='filebot.platform.launcher.exe'> <File Id='filebot.platform.launcher.exe' Name='filebot.platform.launcher.exe' Source='filebot.platform.launcher.exe'>
<Shortcut Id="shortcut.menu.filebot.platform" Directory="ProgramMenuDir" Name="FileBot (platform)" Description="Launch FileBot with platform-independent configuration" WorkingDirectory='INSTALLDIR' Icon="icon.ico" IconIndex="0" Advertise="no"> <Shortcut Id="shortcut.menu.filebot.platform" Directory="ProgramMenuDir" Name="FileBot (platform)" Description="Launch FileBot with platform-independent configuration" WorkingDirectory='INSTALLDIR' Icon="icon.ico" IconIndex="0" Advertise="no" />
<ShortcutProperty Key="System.AppUserModel.ID" Value="@{application.name}" />
</Shortcut>
</File> </File>
<File Id='filebot.exe' Name='filebot.exe' Source='filebot.exe'> <File Id='filebot.exe' Name='filebot.exe' Source='filebot.exe'>
<Shortcut Id="shortcut.menu.filebot.cmd" Directory="ProgramMenuDir" Name="FileBot (console)" Description="Launch FileBot with Debug Console" WorkingDirectory='INSTALLDIR'> <Shortcut Id="shortcut.menu.filebot.cmd" Directory="ProgramMenuDir" Name="FileBot (console)" Description="Launch FileBot with Debug Console" WorkingDirectory='INSTALLDIR' />
<ShortcutProperty Key="System.AppUserModel.ID" Value="@{application.name}" />
</Shortcut>
</File> </File>
<File Id='filebot.launcher.l4j.ini' Name='filebot.launcher.l4j.ini' Source='filebot.launcher.l4j.ini' /> <File Id='filebot.launcher.l4j.ini' Name='filebot.launcher.l4j.ini' Source='filebot.launcher.l4j.ini' />