From fff0835ad995b8741a6ba8b2aaf9b878d68a6b03 Mon Sep 17 00:00:00 2001 From: "Michael H.G. Schmidt" Date: Sun, 26 Feb 2023 19:03:17 +0100 Subject: [PATCH] bugfix --- scripts/autoconfig.cmd | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/scripts/autoconfig.cmd b/scripts/autoconfig.cmd index 5d2ef23..d358cd5 100644 --- a/scripts/autoconfig.cmd +++ b/scripts/autoconfig.cmd @@ -187,6 +187,10 @@ echo ### INSTALL tasks ### echo ##################### echo. +rem must be done early, because it cleans the "Tools" menu ... +call install-shortcuts.cmd +echo. + call install-tweaks.cmd echo. @@ -216,9 +220,6 @@ echo. call install-irfanview.cmd echo. -call install-shortcuts.cmd -echo. - rem INSTALL the APPS WE want to have! call install-apps.cmd echo.