Skip to content

Commit 88e23cd

Browse files
author
jef
committed
nsis installer: remove desktop icon
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@14730 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 491c1d7 commit 88e23cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms-windows/QGIS-Installer.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ Section "Uninstall"
625625

626626
;remove the Desktop ShortCut
627627
SetShellVarContext current
628-
Delete "$DESKTOP\${QGIS_BASE}.lnk"
628+
Delete "$DESKTOP\Quantum GIS (${VERSION_NUMBER}).lnk"
629629

630630
;remove the Programs Start ShortCut
631631
SetShellVarContext all

0 commit comments

Comments
 (0)