Skip to content

Commit 555aca4

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ms-windows/QGIS-Installer.nsi

+1-1
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)