Skip to content

Commit

Permalink
正式版
Browse files Browse the repository at this point in the history
  • Loading branch information
zzy-life committed Oct 31, 2024
1 parent 99f7e60 commit a184b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Product.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</DirectoryRef>
<DirectoryRef Id="DesktopFolder">
<Component Id="DesktopShortcutComponent" Guid="*">
<Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="Launch $(var.Name)" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
<Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="极简桌面便签" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
<RemoveFolder Id="DesktopFolder" On="uninstall" />
<RegistryValue Root="HKCU" Key="Software\Microsoft\$(var.Manufacturer)\$(var.Name)" Name="desktopShortcut" Type="integer" Value="1" KeyPath="yes" />
</Component>
Expand Down

0 comments on commit a184b12

Please sign in to comment.