diff options
-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 083b50786..d097519d5 100644 --- a/Build/NullSoftInstaller.hs +++ b/Build/NullSoftInstaller.hs @@ -102,9 +102,9 @@ makeInstaller gitannex license extrafiles = nsis $ do , Parameters "webapp"
, IconFile "$INSTDIR/git-annex.exe"
, IconIndex 2
- , StartOptions "SW_SHOWNORMAL"
+ , StartOptions "SW_SHOWMINIMIZED"
, KeyboardShortcut "ALT|CONTROL|a"
- , Description "git-annex"
+ , Description "git-annex webapp"
]
-- Groups of files to install
section "main" [] $ do
|