Skip to content

Commit 8303ce0

Browse files
committed
osgeo4w: fix shortcut removal
1 parent b6484b9 commit 8303ce0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ms-windows/osgeo4w/preremove-desktop.bat

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
del "%OSGEO4W_STARTMENU%\QGIS Desktop (@version@).lnk"
2-
del "%OSGEO4W_STARTMENU%\QGIS Browser (@version@).lnk"
3-
del "%ALLUSERSPROFILE%\Desktop\QGIS Desktop (@version@).lnk"
4-
del "%ALLUSERSPROFILE%\Desktop\QGIS Browser (@version@).lnk"
1+
del "%OSGEO4W_STARTMENU%\QGIS Desktop @version@.lnk"
2+
del "%OSGEO4W_STARTMENU%\QGIS Browser @version@.lnk"
3+
del "%ALLUSERSPROFILE%\Desktop\QGIS Desktop @version@.lnk"
4+
del "%ALLUSERSPROFILE%\Desktop\QGIS Browser @version@.lnk"
55
del "%OSGEO4W_ROOT%"\bin\@package@.bat
66
del "%OSGEO4W_ROOT%"\bin\@package@-browser.bat
77
del "%OSGEO4W_ROOT%"\apps\@package@\python\qgis\qgisconfig.py

0 commit comments

Comments
 (0)