summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 5a7105635de..b67caddd678 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -711,6 +711,15 @@ EOF
print UPDATER "rem del /s /q temp\n";
print UPDATER "rem rmdir temp\n";
close (UPDATER);
+ # create a desktop shortcut
+ add_desktop_shortcut(
+ $localtlpdb->root,
+ 'TeX Live Updater Final Step',
+ '', # $vars{'TEXDIR'}.'/tlpkg/doc/notes.ico', # the icon
+ $localtlpdb->root.'/tlpkg/installer/updater.bat',
+ '', # no args
+ '', # any non-null value to hide command-prompt
+ );
tlwarn("UPDATER has been created, please execute tlpkg\\installer\\updater.bat\n");
}
return(\%ret);