From 1fcd0c8c4d47874471da4084461bf4dfc11ea8ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 17 Jun 2014 14:28:44 -0400 Subject: [PATCH] don't start minimized --- Build/NullSoftInstaller.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 0c615ee8a1..1dcc26cf66 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -121,7 +121,7 @@ makeInstaller gitannex license extrafiles = nsis $ do createShortcut startMenuItem [ Target "wscript.exe" , Parameters "\"$INSTDIR/git-annex-webapp.vbs\"" - , StartOptions "SW_SHOWMINIMIZED" + , StartOptions "SW_SHOWNORMAL" , IconFile "$INSTDIR/git-annex.exe" , IconIndex 2 , KeyboardShortcut "ALT|CONTROL|a" @@ -130,7 +130,7 @@ makeInstaller gitannex license extrafiles = nsis $ do createShortcut autoStartItem [ Target "wscript.exe" , Parameters "\"$INSTDIR/git-annex-autostart.vbs\"" - , StartOptions "SW_SHOWMINIMIZED" + , StartOptions "SW_SHOWNORMAL" , IconFile "$INSTDIR/git-annex.exe" , IconIndex 2 , Description "git-annex autostart"