start minimized
This commit is contained in:
parent
7d9b3e9598
commit
29f440289b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue