Skip to content

Commit 51894b9

Browse files
Windows: Remove User Guide link on uninstallation
Signed-off-by: Anton Kolesov <[email protected]>
1 parent 7d146a3 commit 51894b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

windows-installer/installer.nsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,7 @@ Section "Uninstall"
311311
Delete "$SMPROGRAMS\${startmenu_dir}\Documentation.lnk"
312312
Delete "$SMPROGRAMS\${startmenu_dir}\IDE Wiki on GitHub.lnk"
313313
Delete "$SMPROGRAMS\${startmenu_dir}\IDE Releases on GitHub.lnk"
314+
Delete "$SMPROGRAMS\${startmenu_dir}\GNU Toolchain User Guide.lnk"
314315
RmDir "$SMPROGRAMS\${startmenu_dir}"
315316
RmDir "$SMPROGRAMS\${snps_startmenu_dir}"
316317

0 commit comments

Comments
 (0)