diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-10 00:26:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-10 00:26:14 -0400 |
commit | 38be3c2b9834255d955a41416174ac26d57b7046 (patch) | |
tree | 3ff583518d8d6b67889d2e8d2e7499cdc0bf5582 /Build | |
parent | 51b8bbb3b343df465122e1d10e788fbd260ab2ea (diff) |
start minimized
Diffstat (limited to 'Build')
-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
|