diff options
Diffstat (limited to 'Build/NullSoftInstaller.hs')
-rw-r--r-- | Build/NullSoftInstaller.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/NullSoftInstaller.hs b/Build/NullSoftInstaller.hs index 0c615ee8a..1dcc26cf6 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"
|