Skip to content

Commit a184b12

Browse files
committed
正式版
1 parent 99f7e60 commit a184b12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Product.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</DirectoryRef>
6464
<DirectoryRef Id="DesktopFolder">
6565
<Component Id="DesktopShortcutComponent" Guid="*">
66-
<Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="Launch $(var.Name)" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
66+
<Shortcut Id="DesktopShortcut" Name="$(var.Name)" Description="极简桌面便签" Target="[#MainExe]" Icon="Logo.ico" WorkingDirectory="INSTALLFOLDER" />
6767
<RemoveFolder Id="DesktopFolder" On="uninstall" />
6868
<RegistryValue Root="HKCU" Key="Software\Microsoft\$(var.Manufacturer)\$(var.Name)" Name="desktopShortcut" Type="integer" Value="1" KeyPath="yes" />
6969
</Component>

0 commit comments

Comments
 (0)